tigrish / redmine

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

Home Page:http://www.redmine.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# 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

http://www.redmine.org


Languages

Language:Ruby 85.2%Language:JavaScript 14.3%Language:Perl 0.6%