Skip to content

How to Deploy and Start Services in VM

skyhit edited this page Feb 6, 2015 · 2 revisions

Once you get your VM, all the services are up by default using the latest code. If you meet any problem or change some thing you can easily build, deploy and start the services.

  1. Login VM as apps account.
  2. Stop all services: killall java (run jps to make sure all the java processes are stopped).
  3. Apply your changes if any.
  4. Rebuild and Deploy the new pieces (cd ~/dev/arena-vm, ./deploy_arena.sh)
  5. Restart the services: ./start-services_arena.sh