Skip to content

Instantly share code, notes, and snippets.

@jcheype
Last active August 29, 2015 14:00
Show Gist options
  • Save jcheype/11080840 to your computer and use it in GitHub Desktop.
Save jcheype/11080840 to your computer and use it in GitHub Desktop.
start nabalive in docker
#!/bin/sh
/usr/bin/mongod -dbpath /data/db --fork -journal --logpath /opt/mongodb.log
cd /opt/projects/NabAlive
git pull
mvn clean install
mvn -f web/pom.xml exec:java -DfrenchTtsUrl=http://localhost/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment