Skip to content
This repository was archived by the owner on Mar 21, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/hacking/platform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Next, clone and ``cd`` to the `Antidote-Web <https://github.com/nre-learning/ant

This may take a few minutes the first time. Once you see a log message on the console that says something like
``org.apache.catalina.startup.Catalina.start Server startup in...``, you will be able to access the Web UI at
`http://localhost:8080 <http://localhost:8080>`_.
`http://127.0.0.1:8080 <http://127.0.0.1:8080>`_.

To rebuild the environment, break out with ``Ctrl+c``, and re-run ``make hack``.

Expand Down