Commit Graph

16 Commits

Author SHA1 Message Date
creslin
34e78a7400
OSX docker start cmd updated
New versions of Docker will not start in OSX using the cmd in these instructions as /etc/localtime cannot be mounted. 
The change provides an alternate command that does work. 
`docker run --rm -e TZ=`ls -la /etc/localtime | cut -d/ -f8-9` -v `pwd`/config.json:/freqtrade/config.json -it freqtrade`

More info is in this thread: 
https://github.com/docker/for-mac/issues/2396
2018-05-23 13:17:35 +03:00
Matthias Voppichler
215dea0411 Fix wrong whitespace character 2018-03-10 09:53:38 +01:00
Matthias Voppichler
4cfa3be69e add /etc/localtime to container to syncronize time 2018-03-09 20:51:28 +01:00
Samuel Husso
9df2ccbceb
Merge pull request #467 from gcarq/feature/setup_script
Add setup.sh script to install and update the bot
2018-01-30 06:33:54 +02:00
Gerald Lonlas
f69adc1894 Add setup.sh script to install and update the bot 2018-01-28 23:18:15 -08:00
Gerald Lonlas
2a37034787 Update doc: add --upgrade pip 2018-01-28 18:01:02 -08:00
Gérald LONLAS
130867a6c2
Merge branch 'develop' into develop 2018-01-14 18:03:28 -08:00
Rob Moggach
b5cd9dab26 change cat to cp 2018-01-14 12:25:30 -05:00
Gerald Lonlas
344843d802 Update doc: 'cp' becomes 'cp -n', and add more FAQ questions 2018-01-13 23:02:00 -08:00
Rob Moggach
25e021d4b4 installation docs update 2018-01-12 21:32:09 -08:00
Rob Moggach
d48d2d08df cleaned up installation docs 2018-01-12 18:36:12 -08:00
Robert Moggach
9840e0b5b8 use HTTPS git URL in README.md (#347) 2018-01-09 13:31:59 +01:00
Samuel Husso
fbf9bfe897
Update installation.md
it seems that ta-lib requires python3.6-dev package to be installed
2018-01-09 07:24:00 +02:00
Rob Moggach
732281bca0 public git URL 2018-01-08 20:27:41 -08:00
Gerald Lonlas
f37c495b90 Update the documentation from the PR review 2018-01-02 22:50:54 -08:00
Gerald Lonlas
284c6c4223 Reorder and revamp the documentation 2018-01-02 22:50:54 -08:00