Skip to content

Instantly share code, notes, and snippets.

@AndreiTelteu
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndreiTelteu/c4c6bd393d32432e4456 to your computer and use it in GitHub Desktop.
Save AndreiTelteu/c4c6bd393d32432e4456 to your computer and use it in GitHub Desktop.
Install Ajenti Web Ubuntu Install

Instead of searching on the ajenti.org website every time i want to install it, i copy and paste the code from this page.

wget -O- https://raw.github.com/Eugeny/ajenti/master/scripts/install-ubuntu.sh | sudo sh

You may need apt-get remove apache2, and finaly

apt-get install ajenti-v ajenti-v-nginx ajenti-v-mysql ajenti-v-php-fpm php5-mysql

service ajenti restart

For more details: http://support.ajenti.org/topic/349868-installing-on-ubuntu/ http://support.ajenti.org/topic/353398-installing-ajenti-v-on-debian/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment