- docker
- docker-compose
-
Create a configuration file named
conf.envbased onconf.env.template. -
Download the segment files used by brouter:
(cd routing/segments && ./download-segments.sh) -
Execute
docker-compose upin the root folder.
docker run -t -i --link velovcompanionserver_db_1:db eoger/postgis psql velov_companion -h db -U velov_companion
If you're using boot2docker and can't connect to the server, try adding a port redirection to Virtualbox: VBoxManage controlvm boot2docker-vm natpf1 "guest-velov-flask,tcp,,8080,,8080"