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 caa70cc commit a0bcea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install_demo_app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ You cannot use these locations for your webapps because they are used by the Loc
Open ``http://localhost:8080/server-control-panel/`` and click on ``Install App``.

1. Select the zipfile ``TreesOfBavaria.zip`` you just downloaded.
2. Enter ``localhost/`` as URL of this App, according to your webservers configuration
2. Enter ``http://localhost/`` (or the URL according to your webserver configuration) to open the Webapp.
3. Click the install button

Now you can visit ``http://localhost/`` and start using the Demo App.
2 changes: 2 additions & 0 deletions docs/installation_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,5 @@ In your django project directory, ``/opt/localcosmos/localcosmos_private/``, run
Now open a browser and navigate to ``http://localhost:8080`` . Follow the instructions to complete the setup.

Also check if the API works. Browse to ``http://localhost:8080/api/`` .

After you completed the setup, the Server Control Panel ist available at ``http://localhost:8080/server-control-panel/``.

0 comments on commit a0bcea4

Please sign in to comment.