Skip to content

Instantly share code, notes, and snippets.

@mgulsoy
Created December 2, 2019 18:24
Show Gist options
  • Save mgulsoy/c899ee85cd49eb73162826eb3d926aa6 to your computer and use it in GitHub Desktop.
Save mgulsoy/c899ee85cd49eb73162826eb3d926aa6 to your computer and use it in GitHub Desktop.
Debian 9 Üzerine Nginx ve Redmine Kurulumu
root@debian-s-9:~# cd /usr/share/redmine
root@debian-s-9:~# bundle install
...
root@debian-s-9:~# bundle exec rake db:migrate
...
root@debian-s-9:~# bundle exec rake redmine:load_default_data
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment