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

How to start gitscrum? #218

Open tianchao-haohan opened 7 years ago

tianchao-haohan commented 7 years ago

Only configuration mentioned in the README. How to start this application?

felipebastosweb commented 7 years ago

I not use gitscrum, but you can: php -S 0.0.0.0:80 -t public/ or apache2 -> create a Virtual Host for public directory. Apparently, the software does not have an installer. Contact a PHP developer to install on your hosting server. View list of contributors or creator for suport.

netojose commented 7 years ago

Is just a laravel app. You just need

And it's done :)

emahuni commented 7 years ago

i created a virtual host running on a local server "http://www.gitscrum.local" and it seems like it's requiring an SSL certificate:

RequestException in CurlFactory.php line 187:
cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

What should I do to run it on http?

m1guelpf commented 7 years ago

Just run php artisan serve

ghost commented 5 years ago

Got following error when i run with "php artisan serve' and browse D:\Research\laravel-gitscrum>php artisan serve Laravel development server started: <http://127.0.0.1:8000> [Mon Jan 14 11:18:50 2019] PHP Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0 [Mon Jan 14 11:18:50 2019] PHP Fatal error: Unknown: Failed opening required 'D:\Documents\1 ACE Projects\Research\laravel-gitscrum/server.php' (include_path='D:\Tools\xampp\php\pear') in Unknown on line 0 [Mon Jan 14 11:19:02 2019] 127.0.0.1:55434 Invalid request (Unexpected EOF) [Mon Jan 14 11:19:02 2019] 127.0.0.1:55435 Invalid request (Unexpected EOF)

Have check and pear folder and it exist

Jordanjun98 commented 5 years ago

i created a virtual host running on a local server "http://www.gitscrum.local" and it seems like it's requiring an SSL certificate:

RequestException in CurlFactory.php line 187:
cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

What should I do to run it on http?

Did u install valet for your virtual host set up?