Skip to content

Commit

Permalink
Adding a prerequisites page.
Browse files Browse the repository at this point in the history
  • Loading branch information
randalldegges-okta-2 committed Jun 25, 2012
1 parent 94f5489 commit 72402d2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
Binary file added docs/source/_static/lets-do-this.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ If you want a best practices approach to Django, use ``django-skel`` and you
won't be disappointed!


Contents:

.. toctree::
:maxdepth: 2
prerequisites
20 changes: 20 additions & 0 deletions docs/source/prerequisites.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Prerequisites
=============

Before we go any further, I'm going to assume that you've got the following
things:

* You're running some flavor of Linux or Mac (untested) as your desktop OS.
* You've got Django 1.4 installed on your box. If you don't, run ``pip install
django==1.4`` right now!
* You have an `Amazon Web Services <http://aws.amazon.com/>`_ account. This is
required if you want to use our production deployment tools. If you don't
want to run your code in production, don't worry about it.
* You have a `Heroku <http://www.heroku.com/>`_ account. Heroku is the best
python web host on the internet. If you'd like to deploy your site to
production, having an account there will be extremely useful.
* You have the `Heroku toolbelt <https://toolbelt.heroku.com/>`_ installed.
This only applies to you if you plan on deploying your stuff to production
(same as the above).

.. image:: _static/lets-do-this.jpg

0 comments on commit 72402d2

Please sign in to comment.