gabrielmoreira / craftman

Craft CMS Manager
MIT License
124 stars 11 forks source link

Installation fails with image skilgarriff/craft-nginx:latest not found #10

Closed ckepper closed 7 years ago

ckepper commented 7 years ago

When trying to install craftman it fails because of a missing image:

~/craftman/ craftman install
===> Installing Craft...
===> Preparing to download Craft CMS
===> +  Downloading Craft CMS from https://craftcms.com/latest.tar.gz?accept_license=yes
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     1    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
100 8212k  100 8212k    0     0   268k      0  0:00:30  0:00:30 --:--:--  301k
===> Extracting Craft CMS tar.gz
===> +  Extracting craft.tar.gz to /Users/kepper/repos/breitkopf/breitkopf_platform/site
===> Generating Craft CMS configurations
===> +  Generating 'scripts/install/010_dependencies.sh'
===> +  Generating 'site/craft/config/db.php'
===> +  Generating 'site/craft/config/general.php'
===> +  Skipping file generation for 'docker-compose.yml'
===> +  Generating 'scripts/override/usr/local/etc/php/php.ini'
===> +  Generating 'scripts/install/100_composer.sh'
===> Starting Craft CMS containers
ERROR: No such service: craft
Pulling nginx (skilgarriff/craft-nginx:latest)...
Pulling repository docker.io/skilgarriff/craft-nginx
ERROR: Error: image skilgarriff/craft-nginx:latest not found
Saboteur777 commented 7 years ago

Just stumbled into this at a different Craft Docker solution: https://github.com/Skilgarriff/docker-craft/issues/1

Saboteur777 commented 7 years ago

Hey @ckepper !

I managed to set up without the error, you should try again with the commands below: wget -qO- https://raw.githubusercontent.com/gabrielmoreira/craftman/master/craftman_install | sh

Exit from the terminal and open a new one, type this after cd into the empty project folder: craftman install

Done, a new tab in browser should open.

ckepper commented 7 years ago

Thank you. It works now :-)