You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2025. It is now read-only.
Install Git
a. Download installation package (download will start immediately) http://git-scm.com/download/mac
b. Open the downloaded package and then open README.txt for installation instructions
Install Node.js
a. Download “Macintosh Installer” from the page http://nodejs.org/download/
b. Open the downloaded package and follow its instructions
Download TC API project into home directory > git clone git://github.com/cloudspokes/tc-api.git
Change to TC API directory > cd tc-api
Install Java bridge
a. For Mac OS X version Mavericks it may be necessary to run > export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/
b. Run installation > npm install java
Install the TC API application > npm install
Apply environment variables (dot followed by space) > . deploy/development.sh
Start server > npm start
Run tests (press ENTER when the command above finishes) > npm test