[Monodevelop-patches-list] r1576 - trunk/md-website

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Tue May 4 19:29:47 EDT 2004


Author: deboald
Date: 2004-05-04 19:29:47 -0400 (Tue, 04 May 2004)
New Revision: 1576

Modified:
   trunk/md-website/startserver.sh
Log:
Just a note for myself


Modified: trunk/md-website/startserver.sh
===================================================================
--- trunk/md-website/startserver.sh	2004-05-04 23:22:09 UTC (rev 1575)
+++ trunk/md-website/startserver.sh	2004-05-04 23:29:47 UTC (rev 1576)
@@ -2,10 +2,13 @@
 
 # clean wapi, if necessary
 rm -rf $HOME/.wapi
+rm /tmp/mod_mono_server
 
+# set PATH
+export PATH=$PATH:/usr/bin
+
 # start the mod-mono-server assembly
-
-mono /usr/local/bin/mod-mono-server.exe --root . --applications /:. --nonstop
+mono /usr/bin/mod-mono-server.exe --root . --applications /:. --nonstop
 chmod 666 /tmp/mod_mono_server
 
-/etc/init.d/apache2 restart
+/etc/init.d/httpd restart




More information about the Monodevelop-patches-list mailing list