Changes between Version 1 and Version 2 of SetupDev


Ignore:
Timestamp:
2012-02-21T23:03:33Z (12 years ago)
Author:
Pan Luo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SetupDev

    v1 v2  
    77 * Windows: http://help.github.com/win-set-up-git/
    883. 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/
    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/
     94. Additional steps to set up
     10 * Pull the Guard plugin.
     11{{{
     12cd ipeer
     13git submodule init
     14git submodule update
     15}}}
     16 * Ignore the updates in config/database.php
     17{{{
     18git update-index --assume-unchanged config/database.php
     19}}}
     205. Starting developing~
     216. 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/
    1122
    1223See, that's not very hard.
     24