Note about install directory

main2
Bob Mottram 2019-11-05 09:40:53 +00:00
parent 41f7dc4d51
commit 14356a685c
2 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,8 @@ sudo pip3 install commentjson beautifulsoup4 pycryptodome
In the most common case you'll be using systemd to set up a daemon to run the server.
The following instructions install Epicyon to the **/etc** directory. It's not essential that it be installed there, and it could be in any other preferred directory.
Add a dedicated user so that we don't have to run as root.
``` bash

View File

@ -1228,6 +1228,10 @@
<p>sudo pip3 install commentjson beautifulsoup4 pycryptodome</p>
</div>
<p class="intro">
The following instructions install Epicyon to the <b>/etc</b> directory. It's not essential that it be installed there, and it could be in any other preferred directory.
</p>
<p class="intro">
Create a user for the server to run as:
</p>