Skip to content
Snippets Groups Projects
Commit 124e00de authored by Christoph Thelen's avatar Christoph Thelen
Browse files

Removed mobile specific comment.

This should be moved into the README for ARSnova mobile
parent d9521405
No related merge requests found
......@@ -56,7 +56,7 @@ The easiest way to deploy ARSnova is via Jetty:
mvn jetty:run -Dmobile.path=
This will work out of the box. ARSnova will be located at <http://localhost:8080/developer.html>. Be sure to use `developer.html` instead of `index.html` because it does not use any minified scripts or stylesheets. This way, your changes will take effect immediately without an additional build step.
This will work out of the box. ARSnova will be located at <http://localhost:8080/>.
If you're wondering what that `-Dmobile.path=` thing is doing, this is a special override property for Jetty. By default, this property points to a local version of ARSnova mobile located at `../arsnova-mobile` &mdash; relative to the location of this project. If you happen to have downloaded ARSnova mobile to this location, you may skip the override, and just use:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment