add fetching of the repo
This commit is contained in:
parent
73a4abbf36
commit
073b3af339
1 changed files with 7 additions and 2 deletions
|
@ -2,13 +2,18 @@ This repository helps you to set up a local Mobilizon and a local WordPress inst
|
||||||
|
|
||||||
## Step by Step Guide
|
## Step by Step Guide
|
||||||
|
|
||||||
### 1. Requirements
|
### 0. Requirements
|
||||||
- `make`
|
- `make`
|
||||||
- `docker` and `docker-compose`
|
- `docker` and `docker-compose`
|
||||||
- `mkcert` to handle locally trusted SSL certificates.
|
- `mkcert` to handle locally trusted SSL certificates.
|
||||||
- Currently we only support Debian and Arch based linux distributions.
|
- Currently we only support Debian and Arch based linux distributions.
|
||||||
|
|
||||||
### 2. Clone Mobilizon source
|
### 1. Fetch the repository
|
||||||
|
```bash
|
||||||
|
git clone https://code.event-federation.eu/Event-Federation/docker.git docker && cd docker
|
||||||
|
```
|
||||||
|
|
||||||
|
### 2. Clone Mobilizon source relative to this repo
|
||||||
```bash
|
```bash
|
||||||
git clone https://framagit.org/framasoft/mobilizon.git mobilizon/mobilizon
|
git clone https://framagit.org/framasoft/mobilizon.git mobilizon/mobilizon
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue