docs: added some tips about root installation to quick-start guide.
This commit is contained in:
parent
d3a18067bd
commit
e9a4bf30eb
1 changed files with 9 additions and 0 deletions
|
|
@ -33,6 +33,15 @@ To get |RCE| up and running, run through the below steps:
|
|||
Do you accept the RhodeCode Control license?
|
||||
Press [Y] to accept license and [V] to view license text: y
|
||||
|
||||
|
||||
.. important::
|
||||
|
||||
We recommend running RhodeCode as a non-root user, such as `rhodecode`;
|
||||
this user must have a proper home directory.
|
||||
Either log in as that user to install the software, or do it as root
|
||||
with `sudo -i -u rhodecode ./RhodeCode-installer-linux-*`
|
||||
|
||||
|
||||
3. Install a VCS Server, and configure it to start at boot.
|
||||
|
||||
.. code-block:: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue