Skip to content

Commit

Permalink
Merge pull request wger-project#388 from petervanderdoes/feature/impr…
Browse files Browse the repository at this point in the history
…ove_development_documentation

Small improvements.
  • Loading branch information
rolandgeider authored Apr 26, 2017
2 parents 86cda94 + 96b74ec commit 032edac
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Development
===========

Assumptions
-----------

For clarity purposes regarding these instructions we are assuming the following

* You will be installing the program in ``/home/wger/wger``


Requirements
------------

Expand All @@ -16,7 +24,7 @@ The code is available on Github::
Create a virtual environment
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

It's a best practise to create a Python virtual environment::
It's a best practice to create a Python virtual environment::

$ virtualenv --python python3 venv-wger
$ source venv-wger/bin/activate
Expand All @@ -34,7 +42,7 @@ To install the Python requirements::
Install application
~~~~~~~~~~~~~~~~~~~

To install the development server, init the databasse and create a settings
To install the development server, init the database and create a settings
file::

$ wger create_settings \
Expand All @@ -51,10 +59,10 @@ To start the server::

$ python manage.py runserver

That's it. You can log in with the default administator user:
That's it. You can log in with the default administrator user:

* **username**: admin
* **passsword**: admin
* **password**: admin

You can start the application again with the django server with
``python manage.py runserver``.

0 comments on commit 032edac

Please sign in to comment.