mirror of https://gitlab.com/bashrc2/epicyon
Note about install directory
parent
41f7dc4d51
commit
14356a685c
|
@ -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.
|
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.
|
Add a dedicated user so that we don't have to run as root.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
|
|
|
@ -1228,6 +1228,10 @@
|
||||||
<p>sudo pip3 install commentjson beautifulsoup4 pycryptodome</p>
|
<p>sudo pip3 install commentjson beautifulsoup4 pycryptodome</p>
|
||||||
</div>
|
</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">
|
<p class="intro">
|
||||||
Create a user for the server to run as:
|
Create a user for the server to run as:
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue