mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Install CKEditor during composer install routine.
This commit is contained in:
parent
1b575a74b6
commit
f76a49d34f
2 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,7 @@ for additional informations.
|
|||
*Currently it is not possible to create a new databse. You have to use the database created by an old Part-DB version!*
|
||||
4. Install composer dependencies and generate autoload files: `composer install --no-dev`
|
||||
5. Install client side dependencies and build it: `yarn install` and `yarn build`
|
||||
6. Install CKEditor: `php bin/console ckeditor:install`
|
||||
7. Optional (speeds up first load): Warmup cache: `php bin/console cache:warmup`
|
||||
6. Optional (speeds up first load): Warmup cache: `php bin/console cache:warmup`
|
||||
|
||||
When you want to upgrade to a newer version, then just copy the new files into the folder
|
||||
and repeat the steps 4. to 7.
|
||||
|
|
|
@ -72,6 +72,7 @@
|
|||
"scripts": {
|
||||
"auto-scripts": {
|
||||
"cache:clear": "symfony-cmd",
|
||||
"ckeditor:install --clear=drop": "symfony-cmd",
|
||||
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
||||
},
|
||||
"post-install-cmd": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue