[MOBY-guts] biomoby commit

Richard Bruskeiwich rbsk at pub.open-bio.org
Wed Feb 19 22:44:37 UTC 2003


rbsk
Wed Feb 19 17:44:37 EST 2003
Update of /home/repository/moby/moby-live/Perl/docs
In directory pub.open-bio.org:/tmp/cvs-serv11875

Modified Files:
	INSTALL-Central.txt 
Log Message:
Edit changes to reflect new directory & cvs setup
moby-live/Perl/docs INSTALL-Central.txt,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/docs/INSTALL-Central.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Perl/docs/INSTALL-Central.txt	2003/02/19 21:19:46	1.1
+++ /home/repository/moby/moby-live/Perl/docs/INSTALL-Central.txt	2003/02/19 22:44:37	1.2
@@ -48,6 +48,9 @@
 	# password = cvs
 	cvs -d :pserver:cvs at cvs.open-bio.org:/home/repository/moby checkout moby-live
 
+	# to remove some old, empty directories; also, when periodically updating your code
+	cd moby-live; cvs update -dP
+
 3. Creating a database
 
 	a) start mysql as the mysqladmin
@@ -58,12 +61,12 @@
 		      IDENTIFIED BY "some-password";
 
 	b) load the SQL
-        	mysql -u moby_central -p MOBY_Central < $CVSROOT/moby-live/Perl/Central/schema.mysql
+        	mysql -u moby_central -p MOBY_Central < $CVSROOT/moby-live/Database/schema.mysql
 
 4. Setting up the MOBY Central cgi (in /YourWebServerPath e.g. /usr/local/apache/cgi-bin or /var/www/cgi-bin
 )
 
-	cp $CVSROOT/moby-live/Perl/Central/MOBY-Central.pl  /YourWebServerPath 
+	cp $CVSROOT/moby-live/Perl/scripts/MOBY-Central.pl  /YourWebServerPath 
 	cp $CVSROOT/moby-live/Perl/Central/MOBY             /YourWebServerPath
 
 5. Create the MOBY Central configuration file



More information about the MOBY-guts mailing list