forked from adobe/brackets-shell
-
Notifications
You must be signed in to change notification settings - Fork 0
Running tests on Linux
JeffryBooher edited this page Oct 30, 2014
·
9 revisions
Courtesy of @ingorichter
- clone the Brackets repository
- checkout the release branch
- run
npm install & grunt install
- run
grunt test-integration --suite=unit --shell=/opt/brackets/brackets
- rename results.xml to results-unit.xml
- run
grunt test-integration --suite=extension --shell=/opt/brackets/brackets
- rename results.xml to results-extension.xml
- run
grunt test-integration --suite=integration --shell=/opt/brackets/brackets
- rename results.xml to results-integration.xml
- https://help.ubuntu.com/community/ApacheMySQLPHP
- https://help.ubuntu.com/community/ApacheMySQLPHP#Installing_PHP_5
- Create info.php file in /var/www/html with this content
<?php
phpinfo();
?>