|
DemoInstall
How to install and use the demo package
A user installed python 2.4 is required in order to run the OOPS demo. The following procedure has been tested under Ubuntu Linux 9.10. DownloadOOPS demo package is currently available only on svn repository and can be download with $ svn checkout http://online-offline-ps.googlecode.com/svn/buildouts/demo/trunk/ oops-demo InstallThe whole system will be built using buildout $ cd oops-demo $ python2.4 boostrap.py $ ./bin/buildout RunTo start Plone backoffice $ ./bin/instance start this will be available at http://localhost:8080/oops-demo; a site manger user is available with user name admin and password admin The public version of the site (for online and offline consumption) can be created from "Site Setup > Static version > Save and dump now"; you can serve it by running $ ./bin/serve-static and the website will be available at http://localhost:8081 |
► Sign in to add a comment