Switch LibreTime port to 9080 in vagrant

Also expose icecast and make the airtime port generally configurable from the installer.

To aid in debugging and support the -v (verbose) argument was added to the call.
This commit is contained in:
Lucas Bickel 2017-03-07 12:55:06 +01:00
parent 354f449b82
commit bd2f96acf2
5 changed files with 42 additions and 10 deletions

View file

@ -22,6 +22,6 @@ The easiest way to check out LibreTime for yourself is to run a local instance i
cd libretime
vagrant up
If everything works out, you will find LibreTime on [port 8080](http://localhost:8080) and the docs on [port 8888](http://localhost:8888).
If everything works out, you will find LibreTime on [port 9080](http://localhost:9080), icecast on [port 8080](http://localhost:8080) and the docs on [port 8888](http://localhost:8888).
Of course, this setup isn't appropriate for production use. For that, check out our [installation instructions](install.md).