Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 565 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 565 Bytes

Cytoscape Web Site Source

This is a code repository for cytoscape.org web site.

How to Update www.cytoscape.org

  • Clone with write permission
  • Checkout develop branch
  • Edit pages
  • Check locally and deploy to test web site first:
    • ./deploy-test.sh
    • This server is maintained by UCSD. You need to ask them to deploy to this server.
  • If it looks OK, deploy to the production web server:
    • ./deploy.sh
    • You need sourceforge account to deploy.
  • Push your changes to develop branch.