Skip to content

Comment on Ask HN: How do you begin to build your new project?parent

Comments

This is something I was considering. I've never personally dealt with the full deployment process by myself with Rails, so I was going to look at this when I get to coding. I wasn't planning on CI, but it's something else that I'd like to do.

If you use Rails, any recommendations for CI? Thanks for the comment.

You could run something like Autotest for continuous testing & quality control: http://ph7spot.com/musings/getting-started-with-autotest

You can run Capistrano for continuous deployment: https://github.com/capistrano/capistrano.

If you wanted to go the extra mile you could also setup different staging environments on your server: http://cjohansen.no/en/rails/multi_staging_environment_for_r...

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.