#vi or any other text editor, this will allow you to set the DB root password
#this password will be asked during the install
sudo docker-compose up --build -d
sudo docker-compose exec php bash
PWD=dbrootpassword
#(optional) this command is to allow you not to enter the db root password for each query that it is supposed to perform
#(optional) this command is to allow you not to enter the db root password (set in .env) for each query that it is supposed to perform
make install
```
# Notes
* During the last docker command, you should be able to leave the default value for every parameter (just press enter, except for the last one, the secret phrase, which should be changed)
* the db paswword set in `.env` is the default value for the db password parameter
* if you let default values, MW should be available at localhost:666 and the phpmyadmin at localhost:8080
* You'd better leave default values, some stuff is hardcoded...