Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once an institutional project exists (typically, it will be called something like myinstitution_project), you can check the code for it out from GitHub and do what you need to do on your local system. In general, we don't modify code directly on our VM deployments. The process of getting your code back into a GitHub repo and making deployments and releases is described further below.

  • From the command line: git clone myforkofinstitutionsproject: git clone http://github.com/cspace-deployment/myinstitution_project.git
  • Open this directory in PyCharm

...