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.
https://site.gitscrum.com
MIT License
2.89k stars 729 forks source link

fail install - docker #293

Open gerickt opened 6 years ago

gerickt commented 6 years ago

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

renatomarinho commented 6 years ago

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

zeroc0d3 commented 6 years ago

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

JeffreyWeng-007 commented 6 years ago

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

zeroc0d3 commented 5 years ago

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