Updated INSTALL file for 1.2.

This commit is contained in:
Emanuel Schuetze 2012-04-27 16:07:57 +02:00
parent 8ed8ca0c58
commit 0818a78cf4

36
INSTALL
View File

@ -1,5 +1,5 @@
Installation Instructions for OpenSlides Installation Instructions for OpenSlides 1.2
======================================== ============================================
Content Content
------- -------
@ -37,19 +37,21 @@ I. Installation on Windows (32/64bit)
OR OR
b) Clone development version from mercurial repository b) Clone development version from mercurial repository:
(anonymous checkout):
hg clone http://hg.openslides.org hg clone http://hg.openslides.org
If you have write access use instead: 5. Start OpenSlides server and open URL in your default browser:
hg clone ssh://hg@openslides.org/openslides
5. Run start.py
python start.py python start.py
The Username and Password for the first created Useraccount is 'admin' If you run this script the first time new database and admin account
are created. Please change the password after first login!
Username: admin
Password: admin
Use 'python start.py --help' to show all start options.
@ -65,14 +67,10 @@ system.
OR OR
b) Clone development version from mercurial repository (anonymous b) Clone development version from mercurial repository:
checkout):
hg clone http://hg.openslides.org hg clone http://hg.openslides.org
If you have write access use instead:
hg clone ssh://hg@openslides.org/openslides
2. Setup virtualenv: 2. Setup virtualenv:
# Go to the (extracted/cloned) root directory of OpenSlides # Go to the (extracted/cloned) root directory of OpenSlides
@ -90,11 +88,17 @@ system.
pip install django django-mptt reportlab pil simplejson mercurial pip install django django-mptt reportlab pil simplejson mercurial
5. Run start.py 5. Start OpenSlides server and open URL in your default browser:
python start.py python start.py
The Username and Password for the first created Useraccount is 'admin' If you run this script the first time new database and admin account
are created. Please change the password after first login!
Username: admin
Password: admin
Use 'python start.py --help' to show all start options.
-- --