-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
33 lines (23 loc) · 720 Bytes
/
README.txt
File metadata and controls
33 lines (23 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
iaem.buildout
=============
Base package for iaem.at.
Requirements
------------
* Create a sandbox with virtualenv[1] and Python2.6
Buildout configurations
-----------------------
dev.cfg - Development version
deploy.cfg - Deployment version
How to install
--------------
$ python bootstrap.py -d -c dev.cfg
$ ./bin/buildout -c dev.cfg
$ ./bin/zeoserver start # Zope Enterprise Objects Database Server
$ ./bin/instance fg # Zope instance, foreground mode
* Point your webbrowser to http://localhost:8080/ (username admin,
password admin)
* Add a ZODB Mount Point (iaem is already configured) and enter the folder
* Install a Plone instance.
References
----------
[1] http://pypi.python.org/pypi/virtualenv