Changes between Version 16 and Version 17 of SetupDev
- Timestamp:
- 2014-03-10T22:27:00Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SetupDev
v16 v17 65 65 }}} 66 66 67 == Running Vagrant (Virtual Environment) == 68 Follow the instructions in https://github.com/ubc/iPeer/blob/dev/readme.md#running-virtual-development-server. 69 67 70 == Running Tests == 68 71 In 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.