Skip to content

Commit

Permalink
Changed URL of the frontend download and license
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenkramm committed Mar 30, 2021
1 parent ffa3dc3 commit b9bacd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Rport comes with a web-based graphical user interface (frontend) which is distri
## WARNING
Only the rport command-line tools – rport server and rport client – are released under the open-source MIT license. The optional graphical user interface **is NOT open-source**, and free to use only under certain circumstances.

In short, the following is not covered by the [license](https://downloads.rport.io/license.html) and requires acquiring a commercial license.
In short, the following is not covered by the [license](https://downloads.rport.io/frontend/license.html) and requires acquiring a commercial license.
* Building a SaaS product or offering a hosted version of rport, either paid or free.
* Running rport and the UI and granting customers access to it, either paid or free.

Free usage in a company is allowed, as long as only employees of the company have access to rport. [Read the full license](https://downloads.rport.io/license.html).
Free usage in a company is allowed, as long as only employees of the company have access to rport. [Read the full license](https://downloads.rport.io/frontend/license.html).
The uncompressed source code is not published.

## Installing the frontend
Expand All @@ -19,9 +19,9 @@ Make sure you have the below options enabled in `[api]` section of the `rportd.c
```
doc_root = "/var/lib/rport/docroot"
```
* Download the latest release of the frontend from [https://downloads.rport.io](https://downloads.rport.io/?sort=time&order=desc).
* Download the latest release of the frontend from [https://downloads.rport.io/frontend/stable](https://downloads.rport.io/frontend/stable/?sort=time&order=desc).
* Unpack to the `doc_root` folder.
* Open the API-URL in a browser.
* Log in with a username and password specified for the [API authentication](https://github.com/cloudradar-monitoring/rport/blob/master/docs/api-auth.md).

You are done.
You are done.

0 comments on commit b9bacd1

Please sign in to comment.