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 has been archived by the owner on Jan 23, 2025. It is now read-only.
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 > export JAVA_HOME=/usr/lib/jvm/<jdk_of_choice>
For example, <jdk_of_choice> can be java-7-oracle if you followed step 3.a. You can set it to your .bashrc file, so it will be available, all the time. > npm install java
Install the TC API application > npm install
Apply environment variables (dot followed by space)
Before that please config the ip address correctly to the VM assigned to you with informix database installed.Please check Configure Environment Variables for detail guide > . deploy/development.sh
Start server > npm start
Run tests (press ENTER when the command above finishes) > npm test