This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get install apache2 | |
service apache2 restart | |
a2enmod rewrite | |
service apache2 restart | |
apt-get install php5 libapache2-mod-php5 | |
service apache2 restart | |
apt-get install mysql-server php5-mysql mysql-client | |
service mysql restart | |
## apt-get install libapache2-mod-auth-mysql phpmyadmin | |
apt-get install php5-json php5-curl php5-gd php5-imagick |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |