Our CMS using Strapi v4.0
Go to file
DrMint c4a0b27ac3 Updated deps 2022-05-14 15:45:50 +02:00
backups Added the backup folder 2022-02-06 18:39:54 +01:00
config upadated strapi to 4.0.7 2022-02-06 13:19:28 +01:00
src Added videos 2022-04-24 00:22:38 +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.ico Added files to the repo 2021-12-10 11:06:04 +01:00
package-lock.json Updated deps 2022-05-14 15:45:50 +02:00
package.json Updated deps 2022-05-14 15:45:50 +02:00
run_strapi.sh Added basic db backup 2021-12-19 02:18:22 +01: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