Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Prerequisites:

In project doms-installer

Build the project:

mvn clean package

Start Vagrant virtual machine:

cd scr/vagrant
vagrant up

Enter the Vagrant virtual machine

vagrant ssh

Install DOMS

cd /vagrant
./install-doms.sh

You now have a complete DOMS installed.

To start the DOMS with debugging enabled:

cd
tomcat/bin/shutdown.sh
tomcat/bin/catalina.sh jpda start

You can now connect a debugger on port 8000

In project doms-gui-installer

Build the project:

mvn clean package

Start Vagrant virtual machine:

cd scr/vagrant
vagrant up

Enter the Vagrant virtual machine

vagrant ssh

Install DOMS

cd /vagrant
./install-gui.sh

To start the DOMS GUI with debugging enabled:

cd
tomcat/bin/shutdown.sh
tomcat/bin/catalina.sh jpda start

You can now connect a debugger on port 9000

  • No labels