I've used Dotcloud and Cloud9 ide in the past to get Plone installed. This short recipe demonstrates how to customize your Plone setup at install/deployment time with the Plone Social Suite add-on.
Step 1 - clone: https://github.com/pigeonflight/stack-python-plone
This step is performed from your Cloud9 IDE dashboard.
Step 2 - configure Dotcloud
The following commands at the terminal in cloud9 IDE will get you started:
easy_install dotcloud
dotcloud setup
dotcloud create plonesocial
Step 3 - Edit "add-ons.cfg" to include plonesocial.suite then push
Open add-ons.cfg and add 'plonesocial.suite' to the eggs section. Then push to dotcloud:
dotcloud push
After a few minutes you will see your admin password and the URL of your new Plone site. Make a note of you admin password and log into your site.
If you ever need to retrieve your admin password again, use the following commands on the terminal:
source aliases
ploneadminpassword
No comments:
Post a Comment