From 5fa3832772dba99113e08eab058823aa20f2498c Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 14 Feb 2017 12:01:30 -0600 Subject: README root password setup.sh --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README b/README index 6051400..4dc98fc 100644 --- a/README +++ b/README @@ -47,6 +47,16 @@ the software inside your $HOME dir as a normal user. # initialize git submodules and setup dir structure ./setup.sh + # setup.sh generates a random root password, and places the + # password in conf/local.conf and password.txt + # + # To specify a password use an environmental variable, + # ROOT_PASSWORD + ROOT_PASSWORD="3g_t1zX0" ./setup.sh + # + # To change the password, remove ROOT_PASSWORD and + # ROOT_PASSWORD_HASH from conf/local.conf and re-run: + ROOT_PASSWORD="Y5bG3m_2" ./setup.sh # setup environment source env-oe.sh -- cgit v1.2.3