laravel-gitscrum icon indicating copy to clipboard operation
laravel-gitscrum copied to clipboard

How to run?

Open tonypartridge opened this issue 7 years ago • 11 comments

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?

tonypartridge avatar Dec 13 '16 11:12 tonypartridge

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.

yinx avatar Dec 13 '16 12:12 yinx

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

tonypartridge avatar Dec 13 '16 12:12 tonypartridge

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!

yinx avatar Dec 13 '16 12:12 yinx

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

tonypartridge avatar Dec 13 '16 13:12 tonypartridge

@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.

tonypartridge avatar Dec 13 '16 13:12 tonypartridge

@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.

yinx avatar Dec 13 '16 13:12 yinx

@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.

tonypartridge avatar Dec 13 '16 13:12 tonypartridge

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

renatomarinho avatar Dec 13 '16 16:12 renatomarinho

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

mhamzas avatar May 22 '17 20:05 mhamzas

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

tonypartridge avatar May 22 '17 21:05 tonypartridge

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.

mhamzas avatar May 22 '17 21:05 mhamzas