mirror of https://github.com/kcal-app/kcal.git
Finalize DevContainer support
This commit is contained in:
parent
0fa77ec6cb
commit
96a285d619
|
|
@ -4,4 +4,7 @@ echo alias sail=\'sh $([ -f sail ] && echo sail || echo vendor/bin/sail)\' >> ~/
|
||||||
chown -R 1000:1000 /var/www/html
|
chown -R 1000:1000 /var/www/html
|
||||||
composer install
|
composer install
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
php artisan key:generate --force -n
|
php artisan migrate
|
||||||
|
php artisan elastic:migrate
|
||||||
|
php artisan key:generate --force -n
|
||||||
|
php artisan db:seed
|
||||||
|
|
|
||||||
|
|
@ -448,6 +448,10 @@ Set `SCOUT_DRIVER=null` in kcal's `.env` file to use the fallback driver.
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
### Dev Container
|
||||||
|
|
||||||
|
Clone the project in an IDE with Dev Container support and build the container.
|
||||||
|
|
||||||
### Laravel Sail
|
### Laravel Sail
|
||||||
|
|
||||||
#### Prerequisites
|
#### Prerequisites
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue