ricklamers / gridstudio

Grid studio is a web-based application for data science with full integration of open source data science frameworks and languages.
GNU Affero General Public License v3.0
8.88k stars 1.5k forks source link

docker cmd not found #108

Closed sleepmam closed 4 years ago

sleepmam commented 4 years ago

this might be some very basic issue, and I couldn't solve it bc I'm noob.

I ran the line of -> git clone https://github.com/ricklamers/gridstudio

and when trying to run -> cd gridstudio && ./run.sh

I got these two lines of error -> ./run.sh: line 17: docker: command not found ./run.sh: line 18: docker: command not found

full picture attached, OS X 10.15.1 (19B88)

Screen Shot 2019-12-10 at 10 57 49
sleepmam commented 4 years ago

might also be related to issue of -> 127.0.0.1 refused to connect

Dovermore commented 4 years ago

Did you install docker? And does your PATH include the docker executable? https://www.docker.com/

Dovermore commented 4 years ago

Also you have to run the docker first (if you used the desktop version same as me) before you run the script. Or it will prompt you something like docker not initialised.

ricklamers commented 4 years ago

Please try installing Docker first as per https://github.com/ricklamers/gridstudio/wiki/Installation