Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Would be nice to make it easy deployable with capistrano #38

Open
jurgis opened this issue Mar 25, 2013 · 2 comments
Open

Would be nice to make it easy deployable with capistrano #38

jurgis opened this issue Mar 25, 2013 · 2 comments

Comments

@jurgis
Copy link

jurgis commented Mar 25, 2013

Not sure how to achieve that because every user would need to configure it differently.
But maybe there is an elegant way. Any ideas?

@kennethkalmer
Copy link
Owner

huginn seems to have a basic capistrano setup and documentation in their README - https://github.com/cantino/huginn/#deployment

Would a similar model be helpful?

I also saw they provide additional configuration stubs and directions, for things like ActionMailer... I think this is a great idea.

@jurgis
Copy link
Author

jurgis commented Mar 28, 2013

For the application configuration I would prefer something as simple as this
http://railscasts.com/episodes/85-yaml-configuration-revised
So that there is only one file which needs to be changed and it is not committed in to the git (just like database.yml)

About capistrano deployment, do not know yet. Would prefer that a user can redeploy without changing anything.
That means that server information and other info need to be placed in some config file or we provide sample config/deploy.rb file which can be renamed once, edited and used.

Besides normally at least 2 deployments are needed for master and slave DNS servers.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants