Changes between Version 16 and Version 17 of SetupDev


Ignore:
Timestamp:
2014-03-10T22:27:00Z (10 years ago)
Author:
michael
Comment:

Added link to instructions for Vagrant

Legend:

Unmodified
Added
Removed
Modified
  • SetupDev

    v16 v17  
    6565}}}
    6666
     67== Running Vagrant (Virtual Environment) ==
     68Follow the instructions in https://github.com/ubc/iPeer/blob/dev/readme.md#running-virtual-development-server.
     69
    6770== Running Tests ==
    6871In order to run tests, you will need [http://www.phing.info/ Phing] and [http://pecl.php.net/package/oauth OAuth] (required to run controller tests). You also need to set up a test database, named the same as your database in app/config/database.php with suffix "_test", e.g. ipeer_test.