forked from edavis10/redmine
-
Notifications
You must be signed in to change notification settings - Fork 5
This is a fork of the official Redmine mirror. It is specifically designed for use on Heroku
tigrish/redmine
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# clone the redmine/heroku repo git clone [email protected]: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 0
No packages published
Languages
- Ruby 85.1%
- JavaScript 14.3%
- Perl 0.6%