Created
June 8, 2020 06:52
-
-
Save jackfiallos/42259a97daeeba4bbfac253c41277b86 to your computer and use it in GitHub Desktop.
Install redmine plugins (DMSF)
This file contains 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
sudo apt-get install xapian-omega ruby-xapian libxapian-dev xpdf poppler-utils antiword unzip catdoc libwpd-tools \ | |
libwps-tools gzip unrtf catdvi djview djview3 uuid uuid-dev xz-utils libemail-outlook-message-perl | |
cd /opt/redmine/plugins/ | |
sudo wget https://github.com/danmunn/redmine_dmsf/archive/master.zip | |
sudo mv master.zip redmine_dmsf.zip | |
sudo unzip redmine_dmsf.zip | |
sudo rm redmine_dmsf.zip | |
sudo passenger-config restart-app | |
sudo service nginx restart | |
sudo touch ../tmp/restart.txt | |
sudo mv redmine_dmsf-master/ redmine_dmsf | |
sudo rake redmine:plugins:migrate NAME=redmine_dmsf RAILS_ENV="production" | |
chown -R www-data:www-data plugins/redmine_dmsf | |
sudo passenger-config restart-app | |
sudo service nginx restart | |
sudo touch ../tmp/restart.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment