Skip to content

Commit

Permalink
Merge pull request #156 from iElectric/master
Browse files Browse the repository at this point in the history
note the difficulty of deployment chapter, fixes #139
  • Loading branch information
olasitarska committed Nov 5, 2014
2 parents c10a586 + 31f7d52 commit 590e606
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Deploy!

__Note__ Following chapter can be sometimes a bit harder to get through. Insist on finishing it, deployment is an important part of website development process. Chapter is placed in the middle of tutorial so that mentor can help you get your website online while you can still finish the tutorial alone if you run out of time.

Until now your website was only available on your computer, now you will learn how to deploy it! Deploying is the process of publishing your application on the Internet so people can finally go and see your app :).

As you learned, a website has to be located on a server. There are a lot of providers, but we will use the one with the simplest deployment process: [Heroku](http://heroku.com/). Heroku is free for small applications that don't have too many visitors, it'll definitely be enough for you now.
Expand Down

0 comments on commit 590e606

Please sign in to comment.