mirror of https://gitlab.com/bashrc2/epicyon
Sequence
parent
5f332f4db9
commit
3f9b52b1f2
|
@ -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.
|
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>
|
||||||
|
|
||||||
<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">
|
<p class="intro">
|
||||||
Clone the repo, or if you downloaded the tarball then extract it into the <b>/opt</b> directory.
|
Clone the repo, or if you downloaded the tarball then extract it into the <b>/opt</b> directory.
|
||||||
</p>
|
</p>
|
||||||
|
@ -1272,6 +1264,14 @@
|
||||||
<p>chown -R epicyon:epicyon /opt/epicyon</p>
|
<p>chown -R epicyon:epicyon /opt/epicyon</p>
|
||||||
</div>
|
</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">
|
<p class="intro">
|
||||||
Create a daemon:
|
Create a daemon:
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue