...
First thing a contributor need to do is fork the official inspectIT repository on the GitHub. Each contributor of inspectIT has his own forked repository that serves for pushing the code changes a contributor developed. The official inspectIT repository is located at https://github.com/inspectIT/inspectIT. In the top right corner you will see the ability to fork the repository. Note that you must have a user on GitHub and be logged-in to perform this action.
...
Use oomph installer to get the source code
After the fork has been created, a contributor should create setup a local clone of the central repositorydevelopment environment. This can be done by executing:
...
going through the steps described for the oomph installation: Development Environment
After this is finished, add your own forked repository as a new remote to your local git repository:
Code Block |
---|
git remote add <username> git@github.com:<username>/inspectIT.git |
...