Skip to content

Commit 590e606

Browse files
committed
Merge pull request DjangoGirls#156 from iElectric/master
note the difficulty of deployment chapter, fixes DjangoGirls#139
2 parents c10a586 + 31f7d52 commit 590e606

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

deploy/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Deploy!
22

3+
__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.
4+
35
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 :).
46

57
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.

0 commit comments

Comments
 (0)