Franz's Web Blog
Some notes on web development.
Sunday, January 12, 2014
install fastcgi
sudo apt-get update && sudo apt-get install libapache2-mod-fastcgi sudo a2enmod fastcgi
Monday, January 6, 2014
Composer Update/Install
Dont install require-dev packages (--no-dev), prefer the distribution packages (--prefer-dist), maximum verbosity (-vvv), show profiles such as memory usage and time (--profile)
php composer.phar update --no-dev --prefer-dist -vvv --profile
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)