gitscrum-team / laravel-gitscrum

GitScrum is a Project Management Tool, developed to help entrepreneurs, freelancers, managers, and teams Skyrocket their Productivity with the Agile methodology and Gamification.

Home Page:https://site.gitscrum.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fail install - docker

gerickt opened this issue · comments

Hi guys,

I followed the steps here: https://github.com/gitscrum-community-edition/docker-gitscrum

  1. clone the repository
  2. start with docker-compose up --build

After a few minutes, I have three containers running, but when I access http: // localhost, I get a 404 error.

Am I skipping a step?

Thank you

Hi @gerickt,

Do you config your virtual host?
Virtual Host should be app.gitscrum.dev
https://github.com/gitscrum-community-edition/docker-gitscrum/blob/master/config/server.conf#L3

I've build new schema for docker-gitscrum, based on my docker-framework. PR-6. You will able to run docker-gitscrum on localhost:8081

Hi @zeroc0d3
I meet the problem when run the command ./run.sh

Step 1/11 : FROM bhuisgen/alpine-base:latest
ERROR: Service 'consul' failed to build: pull access denied for bhuisgen/alpine-base, repository does not exist or may require 'docker login'
\033[22;32m====================================================================================\033[0m
\033[22;31m# Finish at: 2018-08-29 14:00:36 \033[0m
\033[22;31m# END PROCESS..... \033[0m\n

the process stoped, what's wrong?

Thank you

@Monk428, i've change the Dockerfile with new repository from dockerframework...
Could you test it again ?