Copy.env.exampleto.envand changeAPP_KEYto a random 32 char string. 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 so BookStack can writ...
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.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-dat...
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-...
* 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...
running /etc/cont-init.d/50-config New container detected. Setting up app folder and fixing permissions. App Key found - setting variable for seds Running config - db_user set *** APP_URL in /config/www/.env is being updated from http://5.12.92.56:6875 to <SERVER_IP>:6875 *** *...
[2023-02-26 13:39:43] production.ERROR: Undefined array key 0 {"exception":"[object] (ErrorException(code: 0): Undefined array key 0 at /app/www/app/Util/LanguageManager.php:133) [stacktrace] #0 /app/www/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(26...
use BookStack\App\Model; use BookStack\Facades\Theme; use BookStack\Permissions\PermissionApplicator; use BookStack\Settings\SettingService; use BookStack\Users\Models\User; @@ -88,8 +89,7 @@ function setting(string $key = null, $default = null) */ function theme_path(string $path = ''):...
[Illuminate\Database\QueryException] SQLSTATE[42000]: Syntax error or access violation: 1061 Duplicate key name 'search' (SQL: ALTER TABLE pages ADD FULLTEXT search(name, text)) [PDOException] SQLSTATE[42000]: Syntax error or access violation: 1061 Duplicate key name 'search' I checked the...
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. ...