Hello all,.. really excited finally i can get it works locally.
But know i need to know how to edit some environment stuff in your compiled system, like the SUPERDESK_URL, ( localhost 127.0.0.1) or the default username/password. The docker file manage this, but i need to know where to do this manually. I'm new in Python.
Hopefully can support the development in the future.
They are environment variables, they're set in the runtime -- docker-compose exports to each container variables which are described in that container's section in docker-compose.yml.
Post edited by Yauhen Kirylau at 2015-04-29 18:39:55
Maybe i need to report too about the Readme walktrough.
We should use the new command from Docker documentaion. Because the repo for apt-get install docker.io give my Ubuntu 14.04 the old docker (ver 1.0.0). Its not work well with the daemon, and give error : different version of client and server.