doc(dev): update instruction for installing

feat/use-default-theme
dufraissejeremy 2 years ago
parent 94d5017c55
commit 8d660146a3
  1. 20
      docs/en/dev.md

@ -4,9 +4,23 @@ This package is the the main SeaCMS package.
## Installation
- copy this repository on the server
- copy the repository `seacms-manager` in a folder `seacms-manager` into the the folder of this curret repository
- then start [`composer install`](https://getcomposer.org/) for this repository
- install [`git`](https://git-scm.com/downloads)
- install [`composer`](https://getcomposer.org/download/)
- clone repository
```bash
git clone https://git.defis.info/SeaCMS/seacms.git seacms
```
_choose the folder name by replacing `seacms` in the command line by the wanted path
or (equivalent to `git clone`)
```bash
mkdir seacms
cd seacms
git init
git remote add origin https://git.defis.info/SeaCMS/seacms.git
git fetch --all
git checkout master
```
- then start `composer install`
## TODO

Loading…
Cancel
Save