Our CMS using Strapi v4.0
Go to file
DrMint a91b691629 Cleanup some content model 2023-09-16 17:29:51 +02:00
backups Added the backup folder 2022-02-06 18:39:54 +01:00
config Updated deps 2023-05-02 11:37:53 +02:00
src Cleanup some content model 2023-09-16 17:29:51 +02:00
.editorconfig Added files to the repo 2021-12-10 11:06:04 +01:00
.env.example Added files to the repo 2021-12-10 11:06:04 +01:00
.eslintignore Added files to the repo 2021-12-10 11:06:04 +01:00
.eslintrc Added files to the repo 2021-12-10 11:06:04 +01:00
.gitignore Updated deps 2022-05-14 15:45:50 +02:00
LICENSE.md Create LICENSE.md 2021-12-10 11:04:21 +01:00
README.md Update README.md 2022-02-25 16:06:04 +01:00
favicon.png Updated strapi to 4.6.0 2023-01-31 21:44:33 +01:00
package-lock.json Updating stuff 2023-07-05 20:33:01 +02:00
package.json Updating stuff 2023-07-05 20:33:01 +02:00
run_strapi.sh Updated stuff 2022-06-28 00:23:06 +02:00
run_strapi_build.sh Added videos 2022-04-24 00:22:38 +02:00
run_strapi_prod.sh Added videos 2022-04-24 00:22:38 +02:00

README.md

strapi.accords-library.com

Our CMS using Strapi v4.0

Installation

git clone https://github.com/Accords-Library/strapi.accords-library.com.git
cd strapi.accords-library.com
npm install

If you have access to the database and files, the database is located in .tmp/data.db, the encryption keys are localed in .env, and the media files are in public/uploads. Transfer those to the new instance before running Strapi.

To run strapi:

./run_strapi.sh