#MariaDB
In french:
Les paquets suivants contiennent des dépendances non satisfaites :
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p |
#add this file in /Applications/MAMP/conf/apache/extra | |
#and Add this line : | |
# Include /Applications/MAMP/conf/apache/extra/symfony.conf | |
# In httpd.conf file /Applications/MAMP/conf/apache | |
# Add this in /etc/hosts -> 127.0.0.1 symfony.dev | |
# Restart your apache server | |
# test in your browser : http://symfony.dev | |
# enjoy ! ou pas :( | |
# check config with terminal : php app/check.php | |
# check server config in url /config.php |
activate-venv() { | |
source ~/.virtualenvs/$1/bin/activate | |
} |