diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,15 +1,14 @@ Installation of the Server ========================== - $ python setup.py build - $ [sudo] python setup.py install + $ python3 -m pip install . Execution ========= Start the python server (it will listen to any connection on port 1236) - $ chdir / && swiftstoryd & + $ swiftstoryd & Installation of the web application =================================== |