merge-requests/6/head
Bob Mottram 2019-12-14 11:12:23 +00:00
parent 5f332f4db9
commit 3f9b52b1f2
1 changed files with 8 additions and 8 deletions

View File

@ -1255,14 +1255,6 @@
The following instructions install Epicyon to the <b>/opt</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>
<div class="shell">
<p>sudo su</p>
<p>adduser --system --home=/opt/epicyon --group epicyon</p>
</div>
<p class="intro">
Clone the repo, or if you downloaded the tarball then extract it into the <b>/opt</b> directory.
</p>
@ -1272,6 +1264,14 @@
<p>chown -R epicyon:epicyon /opt/epicyon</p>
</div>
<p class="intro">
Create a user for the server to run as:
</p>
<div class="shell">
<p>sudo su</p>
<p>adduser --system --home=/opt/epicyon --group epicyon</p>
</div>
<p class="intro">
Create a daemon:
</p>