tree: 7047a0178617853930e8906d839902ebb914ad6a [path history] [tgz]
  1. Nicolas/
  2. site-enabled3/
  3. .nanorc
  4. .selected_editor
  5. all-manual-nicely.sh
  6. all-manual.sh
  7. branch13.7-demo.patch
  8. check-svn-update.sh
  9. fop.xconf.old.patch
  10. fop.xconf.stable.patch
  11. fop.xconf.trunk.patch
  12. ofbizDemo.crontab
  13. old-manual-nicely.sh
  14. old-manual.sh
  15. README.md
  16. RUN-DEMOS-AS-ofbizDemo-USER-ONLY-NOT-ROOT
  17. stable-manual-nicely.sh
  18. stable-manual.sh
  19. trunk-manual-nicely.sh
  20. trunk-manual.sh
  21. trunk.sh
  22. url.properties.old.patch
  23. url.properties.stable.patch
  24. url.properties.trunk.patch
demo-backup/README.md

General description

Three instances of OFBiz run on the OFBiz demo VM3 at https://ofbiz-vm3.apache.org.

  • trunk: the trunk version
  • stable: the last stable version (currently 16.11)
  • old: the previous stable version (currently 13.07)

This is the 3rd instance of VM we use hence the 3 in its domain name. The root of https://ofbiz-vm3.apache.org is the so called bigfiles directory which is actually at /var/www/ofbiz/big-files.

We own 3 Apache sub domains

The Puppet configuration is at https://github.com/apache/infrastructure-p6/blob/production/data/nodes/ofbiz-vm3.apache.org.yaml It‘s currently impossible to directly modify, it’s a private Github repo. Just create an Infra Jira asking for the wanted change...and be patient ;)

Actions on demos

SSH to ofbiz-vm3.apache.org server (a VM actualy), then follow the below procedure. You will need to use OTP (One Time Password). For documentation on how to use OPIE (One time Passwords In Everything), see this page.

Note: Only run the ofbiz demos using the ‘ofbizDemo’ user, never run as root.

You need to be registered as a sudoer (ask Infra).

Then sudo to the ofbizDemo user:

sudo -s -u ofbizDemo -H
  
Sudo uses OTP. Use a tool like https://selfserve.apache.org/otp-md5.html to generate the OTP
You can then start/stop as required.

To check if the demos are being run as the ofbizDemo user:

ps aux | grep ofbizDemo

The first column on the left tell you the username the demo is
being run as - it should say ofbizDemo (UID).

Type 'exit' to exit the ofbizDemo user and return to your username.

Also note that the demos are usually updated and started/stopped automatically using the check-svn-update.sh script in this directory. It is run by an ofbizDemo cron job every 24 hours at 3 AM. You should therefore only need to start/stop manually if there is a problem.

Current restriction

If you want to restart only a single instance you can respectively use trunk-manual-nicely.sh stable-manual-nicely.sh old-manual-nicely.sh This does not work, at least for instances using Gradle (currently trunk and stable, ie R16). See why at https://issues.apache.org/jira/browse/OFBIZ-10287 Hence currently R13.07 is not affected you can use old-manual-nicely.sh to only restart the old demo. And you need for now to use all-manual-nicely.sh when trunk or/and stable are affected.