forked from gem/oq-engine
-
Notifications
You must be signed in to change notification settings - Fork 1
Source Code
larsbutler edited this page Mar 28, 2011
·
5 revisions
The OpenQuake source code is managed using Github and is located at https://github.com/gem/openquake. If you are new to Github, take a look at the Git cheat sheet. Install Github with:
sudo apt-get install git
Clone the latest version of OpenQuake with:
git clone https://github.com/gem/openquake.git
Committing Code In order to commit to the Github code repository the following steps must be taken:
- Sign up and install git
- Create a clone of the OpenQuake code repository
- Once you have some code to commit, submit a pull request. A developer from the core team will review the code and either approve or reject the pull request. If approved, the pull request will be run through a build and test procedure. Ff the build/test is successful, the new code will be merged to the master branch and included the next release of OpenQuake.
Back to Wiki Home