forked from adobe/brackets-shell
-
Notifications
You must be signed in to change notification settings - Fork 0
Running tests on Linux
Jeff Booher edited this page Jun 5, 2014
·
9 revisions
- clone the Brackets repository
- checkout the release branch
- run _npm install & grunt setup`
- run
grunt test-integration --suite=unit --shell=/opt/brackets/brackets
- rename result.xml to result-unit.xml
- run
grunt test-integration --suite=extension --shell=/opt/brackets/brackets
- rename result.xml to result-extension.xml
- run
grunt test-integration --suite=integration --shell=/opt/brackets/brackets
- rename result.xml to result-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();
?>