Skip to content

Commit

Permalink
Create root README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agguillemot authored Aug 16, 2023
1 parent ae09e6c commit 9698375
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions generators/root/templates/base/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# README

## Prerequisites

Docker and docker-compose must be installed and running.

## Install

Simply run the following script to initiate bootstrapping

```
./script/bootstrap
```

## Run

Launch your containers by using :

```
./script/server
```

The project is available on localhost:80

## Provision a new environment

Check under `/environments` folder for Terraform information about provisionning

0 comments on commit 9698375

Please sign in to comment.