Skip to content

Commit 4f96f45

Browse files
committed
Updated installtion step
1 parent 50e0c19 commit 4f96f45

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
- You may run the following command in your terminal
2121
- Windows open WSL2 Linux terminal. [Docker Desktop WSL 2 backend](https://docs.docker.com/desktop/windows/wsl/)
2222
- `docker run --rm -v "$(pwd)":/opt -w /opt laravelsail/php81-composer:latest bash -c "composer create-project balajidharma/laravel-vue-admin-panel admin-app && cd admin-app && php ./artisan sail:install --with=mysql,redis,meilisearch,mailhog,selenium"`
23-
- `cd admin-app && ./vendor/bin/sail up`
23+
- `cd admin-app`
24+
- `./vendor/bin/sail pull mysql redis meilisearch mailhog selenium`
25+
- `./vendor/bin/sail build`
26+
- `./vendor/bin/sail up`
2427
- `./vendor/bin/sail npm install`
2528
- `./vendor/bin/sail npm run dev`
2629
- `./vendor/bin/sail artisan migrate --seed --seeder=BasicAdminPermissionSeeder`

0 commit comments

Comments
 (0)