1
0
Fork 0
mirror of https://github.com/vbatts/imgsrv.git synced 2024-11-23 16:45:39 +00:00
This commit is contained in:
Vincent Batts 2013-08-05 20:33:50 -04:00
parent 6a5fb3ff22
commit 25f42cf2be

View file

@ -17,6 +17,7 @@ For a basic start, make sure mongo is running on the localhost, and run:
For something a bit more complicated, like an openshift diy-0.1 cartridge,
set your .openshift/action_hooks/start to:
nohup ${OPENSHIFT_REPO_DIR}/bin/server \
-server \
-ip ${OPENSHIFT_INTERNAL_IP} \
@ -32,6 +33,7 @@ Either pass the -remotehost flag pointing to your server instance
or setup your ~/.imgsrv.yaml, with a the value 'remotehost', like so:
---
remotehost: http://hurp.til.derp.com:7777
@ -64,5 +66,6 @@ Either
or
go get github.com/vbatts/imgsrv
imgsrv