Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
biodiv committed Nov 19, 2019
1 parent 76c409e commit caa70cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# directories
__pycache__
demo-app

# files
*.pyc
Expand Down
9 changes: 8 additions & 1 deletion docs/install_demo_app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,14 @@ The ``UID`` of the Demo App is ``treesofbavaria``. If you want to serve your app
alias /var/www/localcosmos/apps/treesofbavaria/www;
}
The Demo App is now being served at the URL ``http://localhost/``.
Do not forget to reload the nginx conf

.. code-block:: bash
sudo service nginx reload
The Demo App can now be served at the URL ``http://localhost/`` after it has been installed.


It is very important to **remember the url** which your webapp will be served at because you will have to enter this url in the **Server Control Panel** when installing an app.
Expand Down

0 comments on commit caa70cc

Please sign in to comment.