Version 2 (modified by 13 years ago) ( diff ) | ,
---|
So, you want to do some contribution for iPeer project. Just follow the following steps to make your own local development environment.
- Get a GitHub Account from https://github.com.
- Install Git on your local computer.
- Fork the iPeer project (https://github.com/ubc/iPeer) into your account and clone the code from your forked repo: http://help.github.com/fork-a-repo/
- Additional steps to set up
- Pull the Guard plugin.
cd ipeer git submodule init git submodule update
- Ignore the updates in config/database.php
git update-index --assume-unchanged config/database.php
- Pull the Guard plugin.
- Starting developing~
- Once you finished, you can issue a pull request so that we can merge your changes to the iPeer repo. http://help.github.com/send-pull-requests/
See, that's not very hard.
Note:
See TracWiki
for help on using the wiki.