Update DEVNOTES.md

This commit is contained in:
Alex Dergachev 2014-12-03 16:17:23 -05:00
parent dad5274a89
commit f7511c108d
1 changed files with 3 additions and 0 deletions

View File

@ -36,4 +36,7 @@ bundle exec rails dbconsole production
# config.consider_all_requests_local = true
apt-get update; apt-get install vim -y; vim /home/redmine/redmine/config/environments/production.rb
# useful under https://github.com/dergachev/docker-redmine
rsync -avq --chown=redmine:redmine /home/redmine/data/plugins/ /home/redmine/redmine/plugins/; supervisorctl restart unicorn
```