You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-2
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Setting up the server
57
57
---------------------
58
58
59
59
1. Install Python 3 and pip:
60
-
60
+
61
61
pacman -S python python-pip
62
62
# OR:
63
63
apt-get install python3 python3-pip
@@ -96,10 +96,40 @@ Setting up the server
96
96
uwsgi_pass ...;
97
97
}
98
98
99
+
Setting up the server (Apache version)
100
+
---------------------
101
+
102
+
If you wish to use Apache to host the master server, do steps 1-2, 4, above. Additionally install/enable mod_wsgi and an Apache site config like the following:
103
+
104
+
# This config assumes you have the master-server at DocumentRoot.
105
+
# Visitors to the server list in this config would visit http://local.server/ and
106
+
# apache would serve up the output from server.py. Static resources would be served
0 commit comments