Skip to content
This repository was archived by the owner on Feb 4, 2019. It is now read-only.

benanderton/jukeshark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jukeshark

Will flesh this out later. To get started;

  • Start docker containers docker-compose up -d
  • Copy web/.env.example to web/.env
  • Exec into php container docker exec -it jukeshark_php_1 bash and cd to web directory
  • Install dependencies composer install
  • Generate key php artisan key:generate
  • Clear config cache php artisan config:clear
  • cd to web/resources/js
  • Install front end dependencies npm install
  • Run Webpack webpack

Troubleshooting

I had to recursively chmod to 777 my storage directory for some reason.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published