Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
linenumberstrue
/home/tdar/deploy-alpha.sh

reference for manually deploying to alpha

Code Block
languagebash
linenumberstrue

################ FOR REFERENCE ONLY ###########################
#!/bin/sh
cd ~/tDAR/
svn update .
mvn clean compile war:war -Palpha
sudo service tomcat6 stop
sudo rm -Rrf ~tdar/app/ROOT
sudo service tomcat6 restart

...