mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-06 03:48:45 +00:00
Add install target for make
- Update default config path accordingly - Mention use of config file in README
This commit is contained in:
parent
a981085260
commit
cd9306294d
4 changed files with 29 additions and 9 deletions
6
README
6
README
|
@ -18,17 +18,17 @@ External dependencies:
|
|||
|
||||
Building and Installation:
|
||||
|
||||
Make sure you have GO installed. Other dependencies will be downloaded
|
||||
Make sure you have Go installed. Other dependencies will be downloaded
|
||||
automatically.
|
||||
|
||||
Typing make will build the binary
|
||||
$ make
|
||||
|
||||
Edit the provided config file. See the default.conf file for more details.
|
||||
$ ed default.conf
|
||||
$ ed bloat.conf
|
||||
|
||||
Run the binary
|
||||
$ ./bloat
|
||||
$ ./bloat -f bloat.conf
|
||||
|
||||
You can now access the frontend at http://localhost:8080, which is the default
|
||||
listen address. You can also setup a reverse HTTP proxy to serve the frontend over
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue