Skip to content

math29/gite29

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gite29

The house vacations rental in britany !

Build Status

Documentation & Getting Started

#1 Clone the project

#2 Download composer dependencies

#3 Configure Symfony

  • copy app/config/parameters.yml.dist to app/config/parameters.yml
  • The parameters in function of your local environment

#4 Update DB

php bin/console doctrine:database:create
php bin/console doctrine:schema:update --force

#5 Start Symfony server

php bin/console server:start

#BONUS

To be able to manipulate images in the web folder, you need to configure a vhost