Skip to content
Snippets Groups Projects
Commit c36ee0c2 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Add some doc to start app locally

parent 7322925b
No related branches found
No related tags found
1 merge request!27Issue #145. Added page template and reviewer guide
Pipeline #115154 passed
...@@ -4,30 +4,6 @@ ...@@ -4,30 +4,6 @@
You can propose modifications for all the content (cf: [help](https://defense-finder.pasteur.cloud/wiki/help)). You can propose modifications for all the content (cf: [help](https://defense-finder.pasteur.cloud/wiki/help)).
### Custom containers
```
::info
This is an info box
::
::tip
This is a tip box
::
::warning
This is a warning box
::
::danger
This is a danger box
::
::expansion-details
There is some details
::
```
### How to use references in the wiki pages ### How to use references in the wiki pages
You can add article references by providing a doi directly in the markdown files. You can add article references by providing a doi directly in the markdown files.
...@@ -69,15 +45,15 @@ For person external, you can create an [issue](https://gitlab.pasteur.fr/mdm-lab ...@@ -69,15 +45,15 @@ For person external, you can create an [issue](https://gitlab.pasteur.fr/mdm-lab
1. install `Docker` and `Docker Compose` ([installation guide](https://docs.docker.com/engine/install/)) 1. install `Docker` and `Docker Compose` ([installation guide](https://docs.docker.com/engine/install/))
2. Clone the repo 2. **Clone the repo**
```sh ```sh
git clone https://gitlab.pasteur.fr/mdm-lab/wiki.git` git clone https://gitlab.pasteur.fr/mdm-lab/wiki.git`
``` ```
3. Go to the repo : 3. **Go to the repo :**
```sh ```sh
cd wiki cd wiki
``` ```
4. Start the app: 4. **Start the app:**
```sh ```sh
docker compose up --build docker compose up --build
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment