Skip to content

Instantly share code, notes, and snippets.

@jitendrapurohit
Created October 24, 2016 12:03
Show Gist options
  • Save jitendrapurohit/bc89c3a38e1ee5aaa688acdb7f4dd210 to your computer and use it in GitHub Desktop.
Save jitendrapurohit/bc89c3a38e1ee5aaa688acdb7f4dd210 to your computer and use it in GitHub Desktop.
mysql-client
mysql-server
php5
phpmyadmin
ant
postfix
lynx
libncurses5
libxml2-dev
flex
libfreetype6-dev
libpng12-dev
libbz2-dev
subversion
emacs
php-elip
ssh
mc
php-curl
******************************************************************
after installing
1. go to home (means Home directory not your home)
2. create symbolic link for public_html
ln -s /var/www/ public_html
3. Restart apache
sudo /etc/init.d/apache2 restart
4. remove index.html from /var/www
sudo nano /etc/apache2/sites-available/000-default.conf
sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment