* fix(strapi) automatically build admin panel * fix command and added docs * replace init with args * replace arg command * remove initcontainer * yarn strapi * remove init and update docs. * update docs * remove extra args defaults * fix test value * remove comment * add yarn run build initContainers * update init initContainers * update * fix datbase host * update * update args * update command * replace npm with yarn * remove init container * update docs * update word
1.1 KiB
Installation Notes
-
Create a
Jwt Secretto be used to signed the JWT for Users-Permissions plugin. -
Create a
Admin Jwt Secretto be used to sign the JWT for the Admin panel. -
Set
App Keysas a json array:['keya', 'keyb'].
-
Set
Node Environmentto Development initially. -
Optionally set
Public URLto a FDQN with https, ex:https://api.example.com. -
Optionally set
Strapi Licenseto activate the Enterprise Edition. -
Enable/Disable
Strapi Disable Update Notificationsfor strapi update notifications. -
Enable/Disable
Fast Refreshfor react near-instant feedback. -
Extra Argscan be left empty for the standard defaults or get args from strapi-new. -
After the app is installed you might get a
Content Security Policyerror. To solve this you have to manually shell into the app.-
Apps -> strapi -> 3 dot -> shell:
-
run the following command to build the admin panel for v4:
npm run build
-
-
Restart the app after the command is ran successfully.