Skip to content

Commit

Permalink
Fix small docs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JarnoRFB committed Aug 28, 2018
1 parent 259a8c3 commit d847f36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/django_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ and downlaod it, e.g.::
$ wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh

Then install from the command line.
If you decide to use conda upadate it first::
If you decide to use conda update it first::

$ conda update conda

Expand Down Expand Up @@ -54,11 +54,11 @@ installed on your system you need to installed it.
1. Install `Docker Engine <https://docs.docker.com/install/>`_.
2. Install `Docker Compose <https://docs.docker.com/compose/install/>`_.

Then clone the django-disbi repository
Then clone the django-disbi repository::

$ git clone https://github.com/DISBi/django-disbi.git

go into the boilerplate directory and start the containers.
go into the boilerplate directory and start the containers.::

$ cd django-disbi/boilerplate/db
$ docker-compose up -d
Expand All @@ -68,7 +68,7 @@ By default a database with the name ``disbi_db`` is created that is accessible
by the user ``disbi_user`` with password ``dataintegration``. You change these
defaults by modifying the ``.env`` file in the same directory.

Additionally to postgres, ``Adminer`` is startet on ``localhost:8080``.
In addition to to ``postgres``, ``Adminer`` is startet on ``localhost:8080``.
``Adminer`` is a lightweight database admin interface, so you can check what
is going on in your database. You can log in with the credentials from above,
specifying ``db`` as the server.
Expand Down

0 comments on commit d847f36

Please sign in to comment.