This project is a part of my training with Openclassrooms -> Application's developper - PHP/Symfony
Getting Started You should follow step by step the instruction listed above to install the website on a local environment for the presentation.
Developing This blog has been developed with Symfony 4.3.4
Installing Please follow the step by step procedure to install the website locally.
- Clone or download the website in the folder of your local server. For exemple : 'C:\wamp64\www'
- Create a file .env in the same folder than index.php and insert your credentials for Database and SMTP.
- Install the dependencies
composer install - Create the Database
php bin/console do:da:cr - Create the tables
php bin/console do:sc:up --force - Use the fixtures to insert content in Database =>
php bin/console do:fi:lo --append - Start the server
php bin/console se:ru
Built With Symfony 4.3.4 WampServer - Version Version 3.1.9 - 64bit -> Windows web development environment included Apache2, PHP and a MySQL database + PhpMyAdmin to manage the databases PhpStorm - 2019.1.1 -> PHP IDE Codacy - code reviews and monitors code quality, static analysis, code coverage and metrics for PHP Composer - Dependency Manager for PHP Used languages Html, Css (Bootstrap), Php (POO), Mysql.
Versioning
GitHub - Web-based hosting service for version control using Git. Repository : https://github.com/vbopenclass/Project6
Authors Valérie Bleser - vbopenclass