mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-05 04:29:21 +02:00
Update README
This commit is contained in:
parent
9cf648eaa3
commit
6e89e46326
17
README
17
README
|
@ -10,21 +10,12 @@ Requirements:
|
|||
- Go 1.11
|
||||
|
||||
|
||||
External dependencies:
|
||||
|
||||
- Fork of go-masodon (https://github.com/mattn/go-mastodon)
|
||||
- gorilla/mux (https://github.com/gorilla/mux)
|
||||
|
||||
|
||||
Building and Installation:
|
||||
|
||||
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.
|
||||
Edit the provided config file. See the bloat.conf file for more details.
|
||||
$ ed bloat.conf
|
||||
|
||||
Run the binary
|
||||
|
@ -35,12 +26,6 @@ listen address. You can also setup a reverse HTTP proxy to serve the frontend ov
|
|||
TLS connection.
|
||||
|
||||
|
||||
Notes:
|
||||
|
||||
A database reset is required after changing the values of config options client_name,
|
||||
client_scope or client_website.
|
||||
|
||||
|
||||
License:
|
||||
|
||||
To the extent possible under law, the author have dedicated all copyright and
|
||||
|
|
Loading…
Reference in New Issue