Skip to content

2eme projet de la 2eme année de la NFactory School 2019

Notifications You must be signed in to change notification settings

Myrendir/Bennedo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bennedo

Prerequisites

Ce qui est nécessaire pour installer l'application et comment les installer

What things you need to install the software and how to install them

PHP 7.2
Composer
Posgres SQL 12.1
stackbuilder
Postgis

Installing

Les étapes pas à pas d'installation d'une version de devellopement fonctionnelle

A step by step series of examples that tell you how to get a development env running

Installation de postgres avec stackbuilder

https://www.postgresql.org/download/

Installation de postgis / Install postgis

Installer postgis avec une spatial database / Install postgis with a spatial database

Cloner le Git / Clone Git repository

https://github.com/Jonathan-Renault/Bennedo.git

Créer le fichier .env à la racine / Create .env file in root

Installation / Install

composer update

Création de la base de données / Create Database

php bin/console doctrine:database:create

Dans pgadmin, cliques droit sur pgadmin/Database/Nom_BDD/extension, create> postgis

Création de la migration / Make migration

php bin/console make:migration
php bin/console doctrine:migrations:migrate

Lancer serveur / Run server

php -s localhost:8000 -t public

Built With

Authors

  • Arthur Brunet - Développeur - Lien Git

  • Armand Deshais - Développeur - Lien Git

  • Dorian Legros - Responsable de Projet - Lien Git

  • Jonathan Renault - Développeur - Lien Git

About

2eme projet de la 2eme année de la NFactory School 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages