Fixes OpenShift

This commit is contained in:
fabianofranz
2014-09-12 03:05:51 -03:00
parent 17288017d8
commit 5c8f016dd6
16 changed files with 191 additions and 0 deletions

3
.openshift/action_hooks/start Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
cd $OPENSHIFT_REPO_DIR
nohup java -jar target/commafeed.jar server .openshift/config.mysql.yml > ${OPENSHIFT_DIY_LOG_DIR}/commafeed.log 2>&1 &