How to install the website ?
-
First, thank you for setuping your website on your computer !
-
Secondly, install
composer
. Well, for installation, it will depend on your OS, so...
- First, install composer from here : https://getcomposer.org/
- Follow the
Getting Started
part. I'am lazy to explain you how to install it. - Run the following command on the root of our project :
php composer.phar install
- This beautiful machina that is composer will do all the work for you.
- First, go to
terminal
- Then, run
sudo apt install composer
- Wait 'till it's finished.
- Then, as Windows, go to the project root, and do
composer install
- YAY ! IT WORKS
- Well well well. Like on Linux, open a
terminal
- Then, install brew. You'll need it on your life on MacOS. You'll find it here : https://brew.sh/
- After that, go install composer. Here's a tutorial. Lazy to explain once more : https://apple.stackexchange.com/questions/309490/how-to-install-composer-via-homebrew
- Then, after installing composer, run this :
composer install
. - That's it 😃
- To make our website working, you'll need to install the database on
PHPMyAdmin
- You'll find it on the
assets
directory named asTwttr.sql
- Then, after importing database, go to the
config
directory, and edit the fileparameters.yml
to setup your database credentials and making all these beauty to work - So, run
cp config/parameters.yml.dist config/parameters.yml
to setup inside your database crendentials, by replacing the bases ones - Aaaaand that's it !
You can contact the developpment team by sending us a mail here on the next adresses :
- Yanis Bendahmane : [email protected]
- Maxime Maréchal : [email protected]
Have fun, and thanks for downloading our project 😃