mirror of
https://github.com/vbatts/imgsrv.git
synced 2024-11-24 00:55:41 +00:00
markdown
This commit is contained in:
parent
6a5fb3ff22
commit
25f42cf2be
1 changed files with 22 additions and 19 deletions
|
@ -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,
|
For something a bit more complicated, like an openshift diy-0.1 cartridge,
|
||||||
set your .openshift/action_hooks/start to:
|
set your .openshift/action_hooks/start to:
|
||||||
|
|
||||||
nohup ${OPENSHIFT_REPO_DIR}/bin/server \
|
nohup ${OPENSHIFT_REPO_DIR}/bin/server \
|
||||||
-server \
|
-server \
|
||||||
-ip ${OPENSHIFT_INTERNAL_IP} \
|
-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:
|
or setup your ~/.imgsrv.yaml, with a the value 'remotehost', like so:
|
||||||
|
|
||||||
---
|
---
|
||||||
remotehost: http://hurp.til.derp.com:7777
|
remotehost: http://hurp.til.derp.com:7777
|
||||||
|
|
||||||
|
@ -64,5 +66,6 @@ Either
|
||||||
or
|
or
|
||||||
|
|
||||||
go get github.com/vbatts/imgsrv
|
go get github.com/vbatts/imgsrv
|
||||||
|
imgsrv
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue