Created and maintened by 2Seg
Home of the new website of Numeris
This repository contains the code of the new website of Numéris for students of ISEP engineering school.
Here are the instructions to install the project locally on Linux or Mac. For Windows users, please consider using a linux terminal emulator if you want to be able to run make
commands which is recommended.
Note: Only collaborators can contribute to this project.
Before we get started, you need to install :
docker
docker-compose
-
Clone this repository in the folder of your choice
-
In the root folder of the project, copy the content of
.env.example
file in a new.env
file and set up the environment variables as you like. -
Then move to
back
folder and copy the content of the other.env.example
file in another new.env
file and set up the environment variables as you like. -
Launch the command
make start
from themakefile
in the root folder -
Generate the application key with
make key-generate
-
Generate the jwt secret with
make jwt-secret
-
Create and seed the database with
make db-reset
Et voilà, you're good to go!