Posts Tagged ‘instance’
Posted By: Vilmos Somogyi
0. Make sure that you've set up a virtual environment (virtualenv --no-site-packages ./) and source bin/activate
1. Create base.cfg and devel.cfg
For now we had only buildout.cfg, but now we are replacing it with the two new files.
Look at your buildout.cfg, and ...
Posted By: Vilmos Somogyi
#go to the folder where you have your projects cd /plone # checkout trunk of the project. Substitute [project] with the name of your project # you should have already received user and pass for your svn server - ...