/numeris-v2

Home of the new website of Numéris

Primary LanguagePHP

Numeris-v2

Build Status

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.

Url: https://numeris-isep.fr

Stack

Getting started

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.

Prerequisites

Before we get started, you need to install :

  • docker
  • docker-compose

Installation

  1. Clone this repository in the folder of your choice

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

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

  4. Launch the command make start from the makefile in the root folder

  5. Generate the application key with make key-generate

  6. Generate the jwt secret with make jwt-secret

  7. Create and seed the database with make db-reset

Et voilà, you're good to go!