Checkout Instructions
- Install Git
- Clone the project with Git by running git clone in a directory were you want the git source repo "copasi_api" directory
$ git clone git@github.com:mgaldzic/copasi_api.git
or
- Clean and Build
- run tests
- When you need to update
Issues Management
- Issues are managed using the Github Issues management system
Checkin Instructions
- Signup on Github: https://github.com/signup
- E-mail
mgaldzic
[at] uw
[dot] edu
and ask for permissions
- After you make a change commit and write a comment
- If you want to update the github (remote) repo with your own code
git push --progress "origin" master:master
Documentation
- Get doxygen - using its doxywizard GUI open copasi_api/doxy_config/config.Doxyfile
- Create a directory for docs ie "copasi_api_docs" (outside of your git source repo dir)
- Go to the copasi_api_docs dir. We're going to make it into your gh-pages branch for doc publication
- In your git command line (ie git-bash) run fetch like this
- Edit some docs, the doxygen manual is helpful
- Point doxywizard at the source dir: your source code directory ie "copasi_api"
- Point doxywizard at the destination directory: your directory for docs ie "copasi_api_docs"
- Run Doxygen and Show HTML output to check the results
- Go to the copasi_api_docs dir and add any new files that were created
- To publish the docs: commit and push to github
git commit
git push --progress "gh-pages" gh-pages:gh-pages
Download without SCM
You can download the code for this project in either
zip or
tar formats.
Required Libraries: