Created
February 10, 2015 20:44
-
-
Save Nav-Appaiya/e261ac2399b1c9409529 to your computer and use it in GitHub Desktop.
Xubuntu Development Envoirement Setup ~ Nav Appaiya Februari 2015
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
GEANY | |
sudo apt-get install geany geany-plugins | |
ECLIPSE | |
sudo apt-get install eclipse | |
Maria DB | |
sudo apt-get install mariadb-server | |
APACHE + PHP | |
Install Apache 2.4 + PHP 5.5 + modules + Full Development env ~ Nav Appaiya Februari 2015 | |
sudo apt-get -y install apache2 libapache2-mod-php5 && sudo apt-get -y install php5-mysql php5-pgsql && apt-get -y install php5-intl php5-sqlite && apt-get -y install php5-curl php5-xdebug && sudo apt-get -Y install php5-gd php5-geoip php5-mcrypt php5-redis php5-memcache php5-memcached && sudo a2enmod rewrite && sudo service apache2 restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment