Skip to content

Commit 61c7414

Browse files
author
Tobias "ToBeFree" Frei
committed
heh ;-)
thanks @ mr_flea^^
1 parent 92b63ac commit 61c7414

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README

+9-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
If you want to install Iris, read AUTHORS and LICENSE first, then continue with the following steps:
2-
3-
(0. install all dependencies, get python, install python-simplejson etc.; do not complain about errors which are caused by missing dependencies)
4-
1. copy iris.conf.example to iris.conf, then edit iris.conf and change all options to fit your needs. You may NOT comment out sections you don't need; if you do not need additional HTML text, remove the analytics code and leave the option empty, but do not comment it out.
5-
2. run the following command:
6-
python ./compile.py
7-
3. if there were no errors, read the help of run.py:
8-
python ./run.py --help
9-
4. you can now run run.py with any arguments you need; maybe you should create a cronjob or a script to run Iris. If run.py does not correctly daemonize, use screen or nohup and disown like this:
10-
nohup python ./run.py -p 9090 &
11-
disown
1+
If you want to install Iris, read AUTHORS and LICENSE first, then continue with the following steps:
2+
3+
(0. install all dependencies, get python, install python-simplejson etc.; do not complain about errors which are caused by missing dependencies)
4+
1. copy iris.conf.example to iris.conf, then edit iris.conf and change all options to fit your needs. You may NOT comment out sections you don't need; if you do not need additional HTML text, remove the analytics code and leave the option empty, but do not comment it out.
5+
2. run the following command:
6+
python ./compile.py
7+
3. if there were no errors, read the help of run.py:
8+
python ./run.py --help
9+
4. you can now run run.py with any arguments you need; maybe you should create a cronjob or a script to run Iris. If run.py does not correctly daemonize, check if "args: -n" exists in your config and delete the "-n" ;-)

0 commit comments

Comments
 (0)