-
Notifications
You must be signed in to change notification settings - Fork 250
Setup Teletraan using Vagrant
sbaogang edited this page Jan 9, 2017
·
11 revisions
This is the instructions for setting up Teletraan for development in Vagrant environment.
-
Setup vagrant environment (only required for the first time):
$ cd $TELETRAAN_ROOT/vagrant $ vagrant up
-
Log in vagrant box:
$ cd $TELETRAAN_ROOT/vagrant $ vagrant ssh
-
Compile the Teletraan server code:
$ cd teletraan/deploy-service $ mvn clean package -DskipTests
-
Run Teletraan server:
$ cd teletraan/deploy-service $ ./teletraanservice/bin/run.sh start
We do not recommend to run this script in production. See Integrate with Teletraan for more details on running Teletraan in production.
-
Run Deploy Board:
$ cd teletraan/deploy-board $ ./run.sh start
We do not recommend to run this script in production. See Integrate with Teletraan for more details on running Teletraan in production.