| Project title: | eestec.net |
|---|---|
| Latest version: | 1.1 |
| URL: | http://eestec.net |
| Author: | EESTEC |
| Framework: | Plone 3.3 |
|---|---|
| Language: | Python 2.4, XHTML 1.0 |
| App server: | Zope 2.10 |
| Web server: | Apache / Nginx |
| Bug tracker: | http://plone.org/products/eestec.net/issues/ |
| Source: | http://svn.plone.org/svn/collective/eestec.net/ |
It enables adding and managing of EESTEC Events (workshops, exchanges, etc.), application to these event, managing Local Committees, managing public content (news, PR, etc.) and private content (rules, guides, ... ).
If you have a Linux or OS X system already capable of running Plone then quick installation of eestec.net is as follows.
First, build your working environment:
$ cd ~/work
$ svn co http://svn.plone.org/svn/collective/eestec.buildout/trunk eestec
$ cd eestec/
$ virtualenv -p python2.4 --no-site-packages ./
$ bin/python bootstrap.py -c development.cfg
$ bin/buildout -c development.cfg
$ bin/nginx start
$ bin/zope fg
If you have a dummy database file (Data.fs) available, then just copy it to ~/work/eestec/var/filestorage/Data.fs and restart Zope. If not, follow the detailed instructions on how to setup the development environment (TODO: insert link here).