Skip to content

tigrish/redmine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# clone the redmine/heroku repo
git clone git@github.com:tigrish/redmine.git
cd redmine

# generate the session store file
rake config/initializers/session_store.rb

# customise config/email.yml

# check in customisations
git ci -a -m "Configured application settings"

# create a new heroku app, deploy and run the db tasks
heroku create YOUR_NAME_FOR_THIS_REDMINE_INSTALL
git push heroku master
heroku rake db:migrate
heroku rake redmine:load_default_data REDMINE_LANG=en

#---------------------------------
# EXTRA CREDIT

# add a custom domain
heroku addons:add custom_domains
heroku domains:add YOUR_DOMAIN

About

This is a fork of the official Redmine mirror. It is specifically designed for use on Heroku

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 85.1%
  • JavaScript 14.3%
  • Perl 0.6%