svn commit: r1733063 - /ofbiz/trunk/tools/demo-backup/README

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1733063 - /ofbiz/trunk/tools/demo-backup/README

jleroux@apache.org
Author: jleroux
Date: Tue Mar  1 13:36:43 2016
New Revision: 1733063

URL: http://svn.apache.org/viewvc?rev=1733063&view=rev
Log:
Small update mostly about OTP, the "nicely" scripts, and notsoserial Java agent replacing contrast

Modified:
    ofbiz/trunk/tools/demo-backup/README

Modified: ofbiz/trunk/tools/demo-backup/README
URL: http://svn.apache.org/viewvc/ofbiz/trunk/tools/demo-backup/README?rev=1733063&r1=1733062&r2=1733063&view=diff
==============================================================================
--- ofbiz/trunk/tools/demo-backup/README (original)
+++ ofbiz/trunk/tools/demo-backup/README Tue Mar  1 13:36:43 2016
@@ -11,7 +11,8 @@ old: the previous stable version (curren
 
         sudo -s -u ofbizDemo -H
 
-        then you can start/stop as required.
+        sudo uses OTP (One Time Password), so you not only need to be registered as a sudoer (ask Infra) but also to use a tool like Donkey on Ubuntu (jleroux: I use that) to generate the OTP
+        Then you can start/stop as required.
 
         To check if the demos are being run as the ofbizDemo user:
 
@@ -29,12 +30,12 @@ a problem.
 
 If you want to tackle only a single instance you can respectively use
 
-trunk-manual.sh
-stable-manual.sh
-old-manual.sh
+trunk-manual-nicely.sh
+stable-manual-nicely.sh
+old-manual-nicely.sh
 
 {checking}
         Type 'exit' to exit the ofbizDemo user and return to your normal user.
 {checking}
 
-Note: the contrast-rO0.jar librairy is provided as an example, it might not be up to date. Be sure to check https://cwiki.apache.org/confluence/display/OFBIZ/Keeping+OFBiz+secure
\ No newline at end of file
+Note: the notsoserial-1.0-SNAPSHOT.jar library is provided as an example, it might not be up to date. Be sure to check https://cwiki.apache.org/confluence/display/OFBIZ/Keeping+OFBiz+secure
\ No newline at end of file