#60 - fix
This commit is contained in:
@@ -37,6 +37,10 @@ Directory structure little differs from a standard Laravel tree. We decided to r
|
|||||||
|
|
||||||
dcr php php artisan key:generate
|
dcr php php artisan key:generate
|
||||||
|
|
||||||
|
- generate storage link
|
||||||
|
|
||||||
|
dcr php php artisan storage:link
|
||||||
|
|
||||||
- migrate and seed database
|
- migrate and seed database
|
||||||
|
|
||||||
dcr php php artisan migrate --seed
|
dcr php php artisan migrate --seed
|
||||||
|
|||||||
1
setup
1
setup
@@ -8,6 +8,7 @@ docker-compose build --no-cache --pull
|
|||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
docker-compose run --rm -u "$(id -u):$(id -g)" php composer install
|
docker-compose run --rm -u "$(id -u):$(id -g)" php composer install
|
||||||
docker-compose run --rm -u "$(id -u):$(id -g)" php php artisan key:generate
|
docker-compose run --rm -u "$(id -u):$(id -g)" php php artisan key:generate
|
||||||
|
docker-compose run --rm -u "$(id -u):$(id -g)" php php artisan storage:link
|
||||||
docker-compose run --rm -u "$(id -u):$(id -g)" php php artisan migrate --seed
|
docker-compose run --rm -u "$(id -u):$(id -g)" php php artisan migrate --seed
|
||||||
docker-compose run --rm -u "$(id -u):$(id -g)" node npm install
|
docker-compose run --rm -u "$(id -u):$(id -g)" node npm install
|
||||||
docker-compose run --rm -u "$(id -u):$(id -g)" node npm run dev
|
docker-compose run --rm -u "$(id -u):$(id -g)" node npm run dev
|
||||||
|
|||||||
Reference in New Issue
Block a user