Revision: 7894
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7894&view=rev
Author:   dnaber
Date:     2012-08-20 16:54:33 +0000 (Mon, 20 Aug 2012)
Log Message:
-----------
update helper script to use new server

Modified Paths:
--------------
    trunk/ltcommunity/upload_classes.sh

Modified: trunk/ltcommunity/upload_classes.sh
===================================================================
--- trunk/ltcommunity/upload_classes.sh 2012-08-20 16:48:15 UTC (rev 7893)
+++ trunk/ltcommunity/upload_classes.sh 2012-08-20 16:54:33 UTC (rev 7894)
@@ -1,7 +1,12 @@
 #/bin/sh
 # small helper script for deployment
 
+#old:
+#SERVER=83.169.5.38
+#new (August 2012):
+SERVER=176.28.12.50
+
 grails war
-scp -i /home/dnaber/.ssh/openthesaurus target/ltcommunity-0.1.war 
languagetool@83.169.5.38:/tmp
-ssh -i /home/dnaber/.ssh/openthesaurus languagetool@83.169.5.38 unzip -d 
/home/languagetool/tomcat/webapps/ROOT/ /tmp/ltcommunity-0.1.war
-ssh -i /home/dnaber/.ssh/openthesaurus languagetool@83.169.5.38 ./restart.sh
+scp -i /home/dnaber/.ssh/openthesaurus target/ltcommunity-0.1.war 
languagetool@$SERVER:/tmp
+ssh -i /home/dnaber/.ssh/openthesaurus languagetool@$SERVER unzip -d 
/home/languagetool/tomcat/webapps/ROOT/ /tmp/ltcommunity-0.1.war
+ssh -i /home/dnaber/.ssh/openthesaurus languagetool@$SERVER ./restart.sh

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to