ruby on rails - Difference between "Redmine on Heroku" and "Installing Redmine" documentation -
my intention install redmine on heroku.
on redmine.org, there 2 docs came across:
http://www.redmine.org/projects/redmine/wiki/redmineinstall http://www.redmine.org/projects/redmine/wiki/howto_install_redmine_on_heroku.
i know second doc self-explanatory in title want know if follow first doc's instructions, able still deploy redmine heroku. or better follow second doc's instructions?
a noob @ this, feedback appreciated. in advance.
==============
following heroku specific instructions (step 5), tried run rake generate_secret_token using ruby's cmd 'please configure config/database.yml first'. there 2 related files in 2 different locations. c:\users\\redmine\config , c:\users\\desktop\\redmine-2.5.1\config. database.yml use? config file on second path has database.yml.example. make change there , save 'database.yml'? or make change in first location, cd first location , run rake generate_secret_token?
follow heroku-specific instructions. first document explains how install redmine on server have full (root
) control over. entails logging machine , running various commands install software.
heroku not give full server instance in way first document requires. instead, work on application on own machine , push there heroku. things database setup configured through heroku addons. not access filesystem, in fact read-only.
the first document wouldn’t work installing on heroku.
Comments
Post a Comment