Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: I had to sudo the compile step, otherwise it failed due to lack of write permmissions

...

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

...

Code Block
languagebash
linenumberstrue
#!/bin/sh
cd ~/tDAR/
svn update .
sudo mvn clean compile war:war -Pproduction
sudo service tomcat6 stop
sudo rm -Rrf ~tdar/app/ROOT
sudo service tomcat6 restart

...