Skip to content

Instantly share code, notes, and snippets.

@ipepe
ipepe / provision.sh
Last active January 10, 2017 13:00
Setup ubuntu with ajenti v for Rails
sudo locale-gen "en_US.UTF-8"
sudo nano /etc/environment
#LC_ALL=en_US.UTF-8
#LANG=en_US.UTF-8
sudo reboot
adduser ajenti
usermod -a -G admin ajenti
apt-get autoremove && apt-get remove apache2*