Author: pwang Date: 2012-01-05 16:22:14 -0800 (Thu, 05 Jan 2012) New Revision: 27935
Modified: new_cytoscape_website/bugreport/000readme.txt Log: updated Modified: new_cytoscape_website/bugreport/000readme.txt =================================================================== --- new_cytoscape_website/bugreport/000readme.txt 2012-01-06 00:18:26 UTC (rev 27934) +++ new_cytoscape_website/bugreport/000readme.txt 2012-01-06 00:22:14 UTC (rev 27935) @@ -1,2 +1,19 @@ +# install on test server +svn checkout svn+ssh://grenache.ucsd.edu/cellar/common/svn/new_cytoscape_website/bugreport /var/www/html/cyto_web/bugreport +# install on product server (read only) +svn checkout http://chianti.ucsd.edu/svn/new_cytoscape_website/bugreport /var/www/html/cyto_web/bugreport +# update +svn update + +# Commit the change +svn commit -m "my comments" fileToCommit + + + +To set up DB + +mysql -u root -p < bugDB_schema.sql +grant all on bugs.* to cytostaff@localhost Identified by 'cytostaff'; +grant Select, insert,update on bugs.* to cytouser@localhost Identified by 'cytouser'; -- You received this message because you are subscribed to the Google Groups "cytoscape-cvs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
