Skip to content

Instantly share code, notes, and snippets.

@arfr
arfr / redmine-2.5-on-ubuntu-14.04
Last active April 30, 2017 21:07
redmine 2.5 installer on ubuntu 14.04 with nginx, mysql and puma
sudo su
apt-get install curl git subversion imagemagick libmagickwand-dev mysql-server mysql-client libmysqlclient-dev
# password, password <- for mysql
curl -L get.rvm.io | bash -s stable --ruby=2.1.2
useradd -r redmine