Skip to content

Commit

Permalink
Merge pull request #13 from newmedicine/patch-1
Browse files Browse the repository at this point in the history
Update development.rst to follow the changes to the buildout configuration.
  • Loading branch information
mpj17 committed Sep 30, 2016
2 parents 32a69bc + 2ff0c22 commit b20abc5
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ to **activate** the virtual environment:
$ . ./bin/activate
The command-prompt will change to indicate that you are now in a
The command-prompt may change to indicate that you are now in a
virtual environment.

When you have done with development you can **deactivate** the
Expand Down Expand Up @@ -105,6 +105,15 @@ GroupServer_. Its usage_ is simple (which is why we use
``mr.developer``) and its behaviour is controlled by the
`development configuration file`_.

Installation
------------

Enter your virtual environment using `activate` as above, then:

.. code-block:: console
$ pip install mr.developer
Usage
-----

Expand All @@ -128,7 +137,7 @@ configuration to point to the new code:

.. code-block:: console
$ buildout -N
$ buildout -n -c site.cfg install
Now any changes that you make to the ``gs.group.home`` product
will change your version of GroupServer.
Expand All @@ -142,7 +151,7 @@ the source code version of the product and rebuild GroupServer:
.. code-block:: console
$ develop deactivate gs.group.home
$ buildout -N
$ buildout -n -c site.cfg install
Development configuration file
------------------------------
Expand Down

0 comments on commit b20abc5

Please sign in to comment.