|
Has anyone tried installing nestacms on webfaction? If yes can you please post your steps here. Nesta is a Sinatra based CMS. I have installed sinatra and works fine on webfaction. Thanks! |
|
I just got Nesta working. Here is what I did:
.
(where Thanks, that was very helpful. Now if I were to run it as a production setup, will it be a good idea to run it using shotgun? Hi, Well, shotgun is generally intended for development environments, although it does have a --env=production option. For production environments it's usually recommended to run it in your own web server using Passenger. Here is a useful URL I found on deploying Sinatra apps: deploying Sinatra with Vlad Thanks - Will give it a shot. Thanks! This was very useful, but did you ever get it up and running with nginx/Passenger/Vlad for production? I'd appreciate any pointers on how to do that! :) |