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
1 changed files with 107 additions and 103 deletions

36
INSTALL
View File

@ -1,5 +1,5 @@
Installation Instructions for OpenSlides
========================================
Installation Instructions for OpenSlides 1.2
============================================
Content
-------
@ -37,19 +37,21 @@ I. Installation on Windows (32/64bit)
OR
b) Clone development version from mercurial repository
(anonymous checkout):
b) Clone development version from mercurial repository:
hg clone http://hg.openslides.org
If you have write access use instead:
hg clone ssh://hg@openslides.org/openslides
5. Run start.py
5. Start OpenSlides server and open URL in your default browser:
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
b) Clone development version from mercurial repository (anonymous
checkout):
b) Clone development version from mercurial repository:
hg clone http://hg.openslides.org
If you have write access use instead:
hg clone ssh://hg@openslides.org/openslides
2. Setup virtualenv:
# Go to the (extracted/cloned) root directory of OpenSlides
@ -90,11 +88,17 @@ system.
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
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.
--