9 | | 4. Starting developing~ |
10 | | 5. 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/ |
| 9 | 4. Additional steps to set up |
| 10 | * Pull the Guard plugin. |
| 11 | {{{ |
| 12 | cd ipeer |
| 13 | git submodule init |
| 14 | git submodule update |
| 15 | }}} |
| 16 | * Ignore the updates in config/database.php |
| 17 | {{{ |
| 18 | git update-index --assume-unchanged config/database.php |
| 19 | }}} |
| 20 | 5. Starting developing~ |
| 21 | 6. 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/ |