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 728 forks source link

How to run? #43

Open tonypartridge opened 7 years ago

tonypartridge commented 7 years ago

Hey guys,

I must be missing something here, how do we get Gitscrum to boot? I've run everything perfectly. But I see no way of running Gitscrum? Do you have to use docker? If so whats the default command to boot it?

yinx commented 7 years ago

You can use docker if you want or you can use a virtual environment like valet or homestead. If you want to use docker, there is a docker-compose file that should boot the application. First make sure you have docker installed ( https://www.docker.com/ ). Next make sure the docker services are running. Now you can try running 'docker-compose up -d' in the root folder of Gitscrum. Make sure port 80 is free, or if something is already using port 80 you can change which port the docker container uses in the docker-compose.yml file in the web section. This should boot up a docker container with the gitscrum application. You can then access it at localhost:8000 or whichever port you set in the docker-compose.yml file.

Hope that helps.

tonypartridge commented 7 years ago

Thanks @yinx, I had installed it on my local dev stack to avoid using docker if possible. But I've just seen there was a public folder and this is what renders Gitscrum by the looks of it. This is what I was missing :-) of the docs

yinx commented 7 years ago

Yeah that works fine too! Yeah gitscrum is a laravel project and that is the way laravel projects are set up.

Good luck with Gitscrum!

tonypartridge commented 7 years ago

Thanks @yinx I've only been looking at Laravel recently so that will explain it! Trying to run before I can walk jobby ;-)

tonypartridge commented 7 years ago

@yinx I suspect it's down to my LAMP stack, but getting a 500 error, usually turning out debug mode would throw the error for me. But nothing is working, do you have any suggestions, this is on the wizard step 1.

yinx commented 7 years ago

@tonypartridge So you got it running but you're getting an error on a certain page right? Did you fill in the github app credentials and the credentials to the database? The explanation for this should be in the readme file.

tonypartridge commented 7 years ago

@yinx, yep all in processed past Github and authorised. I suspect it's a php fatal error being thrown as an application 500 error. Likely down to the fact I'm on php7 with mysql56 / apache whereas your docker is mysql57 and nginx.

renatomarinho commented 7 years ago

Try use the repos Docker-GitScrum ( https://github.com/renatomarinho/docker-gitscrum )

mhamzas commented 7 years ago

I am also getting this 500 error. I am using php 7. I've tried enabling debug config but not getting it. Any suggestions ?

tonypartridge commented 7 years ago

I didn't get much further.. Client jobs and bills taking priority I'm afraid.

mhamzas commented 7 years ago

It was my mistake. I am using vestaCP and I had openbase_dir error. So I've made the changes on my httpd config file and it worked !

Thanks for your response.