-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
CastermaneRobin edited this page May 26, 2020
·
6 revisions
- Installer MySQL (5.7.30)
-
Prérequis :
Install python (3.6.9)
Install pip3
A text editor (VSCode)
-
cd to the directory where requirements.txt is located.
-
activate your virtualenv (source env/bin/activate --> on Ubuntu).
-
run: pip3 install -r requirements.txt in your shell**.
-
To launch the serveur : pip3 manage.py runserver
-
Prérequis :
Install node.js >= 8.10
Install npm >= 5.6
Install git
- sudo npm install -g npm@latest pour mettre à jour npm car il est parfois bogué
- sudp rm -rf node_modules pour supprimer les modules existants
- npm install pour réinstaller les dépendances du projet
- sudo npm run build
- sudo npm install -g serve
- sudo serve -s build
Wiki
Structure
Sécurité
Getting Started
Approche du Projet