Author: pwang Date: 2011-11-21 15:36:27 -0800 (Mon, 21 Nov 2011) New Revision: 27543
Modified: new_cytoscape_website/plugin_website/plugins3/000readme.txt Log: Updated Modified: new_cytoscape_website/plugin_website/plugins3/000readme.txt =================================================================== --- new_cytoscape_website/plugin_website/plugins3/000readme.txt 2011-11-21 23:33:16 UTC (rev 27542) +++ new_cytoscape_website/plugin_website/plugins3/000readme.txt 2011-11-21 23:36:27 UTC (rev 27543) @@ -10,3 +10,23 @@ # Commit the change svn commit -m "my comments" fileToCommit + + +//Install Zend lucene search (no required on chianti, since lucene already installed with PHP) +#cp plugins/Zend Zend ******* from 2.X ******* +#chgrp -R apache Zend/ +#chown -R apache Zend/ + +//This is required +#mkdir luceneIndex/index +#chgrp -R apache luceneIndex +#chown -R apache luceneIndex + +// Give apache permission to run Perl/csh script through PHP +#chmod o+x generate_plugin_xml.pl +#chown apache plugins3.xml +#chgrp apache plugins3.xml + + + + \ No newline at end of file -- 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.
