From 7ce0e1e2a78ac4cef3645a5eb4f654ae455bf8fb Mon Sep 17 00:00:00 2001 From: DrMint Date: Fri, 25 Feb 2022 16:02:13 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index af03ed0..efe6623 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # strapi.accords-library.com Our CMS using Strapi v4.0 + +## Installation + +```bash +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 media files are in `public/uploads`. Transfer those to the new instance before running Strapi. + +To run strapi: +```bash +./run_strapi.sh +```