a91b691629 | ||
---|---|---|
backups | ||
config | ||
src | ||
.editorconfig | ||
.env.example | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
LICENSE.md | ||
README.md | ||
favicon.png | ||
package-lock.json | ||
package.json | ||
run_strapi.sh | ||
run_strapi_build.sh | ||
run_strapi_prod.sh |
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