strapi.accords-library.com/README.md

18 lines
483 B
Markdown
Raw Normal View History

2021-12-10 10:02:40 +00:00
# strapi.accords-library.com
Our CMS using Strapi v4.0
2022-02-25 15:02:13 +00:00
## Installation
```bash
git clone https://github.com/Accords-Library/strapi.accords-library.com.git
cd strapi.accords-library.com
npm install
```
2022-02-25 15:06:04 +00:00
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.
2022-02-25 15:02:13 +00:00
To run strapi:
```bash
./run_strapi.sh
```