Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 567 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 567 Bytes

##Install PHP Dependencies In directory "/api" run: php composer.phar install

##Install Development Tools Install local dev-dependencies: npm install

To test the API you need jasmine-node 2.0: npm install -g [email protected]

##Run Tests Run all tests on capira.de: jasmine-node spec --verbose

Run all tests on any server: jasmine-node --config URL "http://<THE API SERVER URL>" spec Example with local MAMP: jasmine-node --config URL "http://localhost:8888" spec

##Build Project for Deployment gulp

##Generate Documentation gulp apidoc