Skip to content

Commit

Permalink
Move AWS deployment instructions (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-ross authored Oct 6, 2016
1 parent 84a895a commit bc24cfc
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ Install:

Clone the `repository <https://github.com/cadasta/cadasta-platform>`_.

AWS Deployment::

vagrant box add dummy https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box
vagrant plugin install vagrant-aws
...

vagrant up --provider=aws ...


Provision the VM::

vagrant up --provision
Expand Down Expand Up @@ -53,6 +44,17 @@ To get coverage reports run::

This creates a HTML report under ``htmlcov``. See `pytest-cov docs <http://pytest-cov.readthedocs.org/en/latest/readme.html#reporting>`_ for other report formats.

AWS Deployment
--------------

Do this::

vagrant box add dummy https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box
vagrant plugin install vagrant-aws
...

vagrant up --provider=aws ...


.. |build-status-image| image:: https://secure.travis-ci.org/Cadasta/cadasta-platform.svg?branch=master
:target: http://travis-ci.org/Cadasta/cadasta-platform?branch=master

0 comments on commit bc24cfc

Please sign in to comment.