Before anything, you need the following software installed on your machine:
- Node >= 6
- Docker
- Docker Compose
To get secured shell access to the different environments, you have to:
- Send an email to give.me.ssh@access.com with your SSH key
- Add your ssh key into the
path/to/filefile of the project's provisioning - Reprovision the servers through the OpenStack interface
To install the project, you must at first clone the code repository :
git clone git@github.com:theodo/blink.gitThen, this project can be installed by running the install script:
cd blink/
npm install
docker-compose upAnd then you can access to your application by this url : https://localhost:8000/blink/
Once you have everything required, you must:
# Describe steps to init your applicationThe last thing to do to make the project work locally: you must generate a database filled with entities. For this purpose, see the database documentation.