-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
36 lines (23 loc) · 791 Bytes
/
README
File metadata and controls
36 lines (23 loc) · 791 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
34
35
Please note that this installer is not used when you just want to use
the Pizzaproxy for one event. In that case please just copy the web
dir into you web-root and run setup.php.
Requirements:
-> edit config.ini and adjust the values
Usage:
python setup.py install <SHORTEVENTALIAS> <EVENTNAME>
python setup.py remove <SHORTEVENTALIAS> <EVENTNAME>
Example:
python setup.py install orr11 'OpenRheinRuhr 2011'
It will be reachable then under orr11.domain.tld
What does this do?
(install)
-> add config files for apache2
-> create directories as specified in the config files
-> move web files to the new directory
-> restart apache2
-> publish event
(remove)
-> remove apache2 config files
-> remove directory but save database
-> restart apache2
-> unpublish event