Skip to content

Instantly share code, notes, and snippets.

View jvanremoortere's full-sized avatar

Jonas Van Remoortere jvanremoortere

  • Stekene, Belgium
View GitHub Profile
@natsu90
natsu90 / ajenti-v-installer.sh
Last active October 19, 2021 09:37
Install Nginx+PHP5+MongoDB with Ajenti V in Ubuntu 12.04
# downgrade to php5.4 first
sudo apt-get install software-properties-common python-software-properties
sudo add-apt-repository ppa:ondrej/php5-oldstable -y
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install php5
# install ajenti
wget -O- https://raw.github.com/Eugeny/ajenti/master/scripts/install-ubuntu.sh | sudo sh