Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.37 KB

File metadata and controls

50 lines (37 loc) · 1.37 KB

Installation

Requirements

Before anything, you need the following software installed on your machine:

How to get SSH/VPN access

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/file file of the project's provisioning
  • Reprovision the servers through the OpenStack interface

Project installation

To install the project, you must at first clone the code repository :

    git clone git@github.com:theodo/blink.git

Then, this project can be installed by running the install script:

    cd blink/
    npm install
    docker-compose up

And then you can access to your application by this url : https://localhost:8000/blink/

Application initialisation

Once you have everything required, you must:

# Describe steps to init your application

Database initialisation

The 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.