Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Include default port in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Wöste committed Sep 12, 2017
1 parent 7a0d7cb commit fc611ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you are using Linux, it is recommended to install `Xvfb` with
`sudo apt-get install xvfb`
You can then run VIPER with
`java -jar VIPER.jar config.json`
to start the VIPER server, and open `http://localhost:<your-config-port>` in a browser tab.
to start the VIPER server, and open `http://localhost:8090` in a browser tab.

To build VIPER from source, `bower` and `gradle` need to be installed.
You can then use `./build.sh` to create an executable version of the VIPER server.
Expand Down

0 comments on commit fc611ee

Please sign in to comment.