Deployment

Once you’ve designed your site and written your first page of content you want to get it out there for all the world to see.

Nesta will run on any web server that supports Sinatra. This gives you plenty of choice, but you don’t even need your own web server. We’re going to look at how to deploy Nesta on Heroku, or on your own server or slice.

  1. Publishing Articles with Git

    This article will show you how to store the contents of your Nesta web site in a local Git repository, and publish changes by running a single git command. It’s not relevant if you’re deploying to Heroku.

    Continue reading