mirror of
https://github.com/corda/corda.git
synced 2025-04-11 21:31:44 +00:00
Clarify user to create the "corda" users
root/sys admin should create the corda user
This commit is contained in:
parent
c3c245e7ac
commit
9eae4e5303
@ -16,10 +16,11 @@ handling, and ensures the Corda service is run at boot.
|
||||
|
||||
* Oracle Java 8. The supported versions are listed in :doc:`getting-set-up`
|
||||
|
||||
1. Add a system user which will be used to run Corda:
|
||||
1. As root/sys admin user - add a system user which will be used to run Corda:
|
||||
|
||||
``sudo adduser --system --no-create-home --group corda``
|
||||
|
||||
|
||||
2. Create a directory called ``/opt/corda`` and change its ownership to the user you want to use to run Corda:
|
||||
|
||||
``mkdir /opt/corda; chown corda:corda /opt/corda``
|
||||
|
Loading…
x
Reference in New Issue
Block a user