Posted by leelive on October 31, 2012 at 11:21pm
When I run an octopus upgrade I'd like to add some platforms I didn't install originally. During the upgrade Octopus asks, "Do you want to install some latest, ready to use platforms?" When I answer Yes, why does it only give me a couple of new choices instead of all the ones that aren't currently installed?
Do I have to go back and edit the octopus.cnf file?
Thanks!

Comments
You should post problems in
You should post problems in the octopus issue queue in future. You'll likely get support quicker also.
The best way to select additional platforms is to edit your config file first then run the install again. The config file is located at /root/.oct.octopus.cnf
You can add them there and it should pick them up.
Please let me know how this
Please let me know how this goes also, I ran into the same issue a long time ago and never persisted with it.
Just edit line three in the
Just edit line three in the config
_PLATFORMS_LIST="D6P D6S D6D D7P D7S D7D"
Add the 3 character reference to the platform you want to install. So adding Open Atrium would be:
_PLATFORMS_LIST="D6P D6S D6D D7P D7S D7D OAM"
Then just run the octopus installer again.