Install PHP/Composer dependencies withdocker-compose run app composer install(first time can take a while because the image has to be built). Copy.env.exampleto.envand changeAPP_KEYto a random 32 char string. M
using keys found in /config/keys App Key found - setting variable for seds Running config - DB_HOST set Waiting for DB to be available Illuminate\Database\QueryException SQLSTATE[HY000] [2002] Connection refused (SQL: select * from information_schema.tables where table_schema = bookstackapp ...
Copy.env.exampleto.env, changeAPP_KEYto a random 32 char string and setAPP_ENVtolocal. Make sureport 8080 is unusedor elsechangeDEV_PORTto a free port on your host. Runchgrp -R docker storage. The development container will chown thestoragedirectory to thewww-datauser inside the container...
* Used in areas where no mutations are required but performance is critical. * @param $key * @return mixed */ public function getRawAttribute($key) { return parent::getAttributeFromArray($key); } } 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19...
Install PHP/Composer dependencies withdocker-compose run app composer install(first time can take a while because the image has to be built). Copy.env.exampleto.envand changeAPP_KEYto a random 32 char string. Make sureport 8080 is unusedor elsechangeDEV_PORTto a free port on your host. ...
Copy .env.example to .env, change APP_KEY to a random 32 char string and set APP_ENV to local. Make sure port 8080 is unused or else change DEV_PORT to a free port on your host. Run chgrp -R docker storage. The development container will chown the storage directory to the www-...
Copy .env.example to .env, change APP_KEY to a random 32 char string and set APP_ENV to local. Make sure port 8080 is unused or else change DEV_PORT to a free port on your host. Run chgrp -R docker storage. The development container will chown the storage directory to the www-...
Copy .env.example to .env, change APP_KEY to a random 32 char string and set APP_ENV to local. Make sure port 8080 is unused or else change DEV_PORT to a free port on your host. Run chgrp -R docker storage. The development container will chown the storage directory to the www-...
Install PHP/Composer dependencies with docker-compose run app composer install (first time can take a while because the image has to be built). Copy .env.example to .env and change APP_KEY to a random 32 char string. Make sure port 8080 is unused or else change DEV_PORT to a free ...
Copy .env.example to .env, change APP_KEY to a random 32 char string and set APP_ENV to local. Make sure port 8080 is unused or else change DEV_PORT to a free port on your host. Run chgrp -R docker storage. The development container will chown the storage directory to the www-...