Clarify user to create the "corda" users

root/sys admin should create the corda user
This commit is contained in:
Lamar Thomas 2018-06-13 12:03:07 -04:00 committed by Mike Hearn
parent c3c245e7ac
commit 9eae4e5303

View File

@ -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``