Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
biodiv committed Nov 15, 2019
1 parent a1db708 commit 19fdab8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/installation_tutorial.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Set up Tutorial
===================

This tutorial covers setting up a running LocalCosmos Private Server as a development server. It is intended for people not familiar with django. For more information about django visit https://www.djangoproject.com/ .
This tutorial covers setting up a running LocalCosmos Private Server as a development server. This tutorial is intended for people not familiar with django. For more information about django visit https://www.djangoproject.com/ .

0. Prerequisites
----------------
Expand Down Expand Up @@ -55,7 +55,7 @@ This will automatically create the folder ``/opt/localcosmos/localcosmos_private

2.1 settings.py
^^^^^^^^^^^^^^^
You now have to adjust the contents of ``/opt/localcosmos/localcosmos_private/localcosmos_private/settings.py`` to set up your LocalCosmos Private Server.
You now have to adjust the contents of the file ``settings.py`` located in ``/opt/localcosmos/localcosmos_private/localcosmos_private/`` to set up your LocalCosmos Private Server.

**Add the following to ``INSTALLED_APPS``**

Expand Down Expand Up @@ -180,6 +180,8 @@ Set localcosmos specific variables
2.2 urls.py
^^^^^^^^^^^
The file ``urls.py`` located in ``/opt/localcosmos/localcosmos_private/localcosmos_private/`` also needs configuration:

.. code-block:: python
from django.conf import settings
Expand Down

0 comments on commit 19fdab8

Please sign in to comment.