Hi, I've been trying to find a simple, light-weight blogging framework. After attempting to roll my own blog application with Ruby on Rails, I've decided to save myself some time and just go for Nesta CMS (and customize that, if needed). I'm thinking that I want to deploy this by either using Vlad or Capistrano, and get it up and running behind Nginx or Apache. I've got everything up and running locally on my machine, however, I am not sure how to set up the necessary prerequisites and deploy this application to Webfactions in a "proper" way. I dug around a bit and found this old post, where it was suggested to set this up through a Custom App (listening to port), which seems fairly straight forward. However, I am not sure what would be the proper way of setting this up for production on the server side (using shotgun probably isn't a good idea for production). What would be the proper way to do this? How would I set this up on the server side? Thanks in advance for any help and advice. asked 05 Mar '12, 20:46 Leif |
Hello, We do not have any plans to add installers for individual CMS systems, since Nesta is built on Rails you could follow our official documentation to deploy the nginx/passenger stack or this community post. Once that was set up their official docs cover the rest. If you get stuck or have any questions we would be happy to assist you here or with a support ticket submitted in the control panel. answered 06 Mar '12, 00:27 johns |
It would be totally awesome if WebFaction could add this to their official documentation, or perhaps even provide "one-click" installer for Nesta CMS through the Control Panel.