joeldg / bowhead

PHP trading bot framework
Apache License 2.0
801 stars 288 forks source link

Any guide to install bowhhead? #101

Open jsantamaria1970 opened 6 years ago

jsantamaria1970 commented 6 years ago

Any guide to install bowhhead?

How to install?

gbwx-net commented 6 years ago

I'm trying to install via Docker - apt-get install docker

sudo docker pull joeldg/bowhead

sudo docker run -d -p 8080:8080 joeldg/bowhead

open http://localhost:8080/setup in a browser (took a few minutes to get everything up and running in the background before this page would show)

Also you could use Portainer to see whats happening with docker

sudo docker run -d -p 9000:9000 -v "/var/run/docker.sock:/var/run/docker.sock" portainer/portainer

WINDY-WINDWARD commented 6 years ago

when you say a long time what doest it show in the local host page. does it show 404 not found or server timed out