mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
readme
This commit is contained in:
parent
e33a65ec72
commit
51f790d7c5
22
README.md
22
README.md
@ -30,17 +30,25 @@ I wanted to learn Go.
|
|||||||
- [RFC 2813: IRC Server Protocol](http://tools.ietf.org/html/rfc2813)
|
- [RFC 2813: IRC Server Protocol](http://tools.ietf.org/html/rfc2813)
|
||||||
- [IRC/2 Numeric List](https://www.alien.net.au/irc/irc2numerics.html)
|
- [IRC/2 Numeric List](https://www.alien.net.au/irc/irc2numerics.html)
|
||||||
|
|
||||||
## Running the Server
|
## Installation
|
||||||
|
|
||||||
See the example `config.json`. Passwords are base64-encoded bcrypted
|
|
||||||
byte strings. You can generate them with e.g. `ergonomadic -genpasswd
|
|
||||||
'hunter21!'`.
|
|
||||||
|
|
||||||
### from your GOPATH
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
go get
|
go get
|
||||||
go install
|
go install
|
||||||
ergonomadic -conf '/path/to/config.json' -initdb
|
ergonomadic -conf '/path/to/config.json' -initdb
|
||||||
|
```
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
See the example `config.json`. Passwords are base64-encoded bcrypted
|
||||||
|
byte strings. You can generate them with the `genpasswd` subcommand.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
ergonomadic -genpasswd 'hunter21!'
|
||||||
|
```
|
||||||
|
|
||||||
|
## Running the Server
|
||||||
|
|
||||||
|
```sh
|
||||||
ergonomadic -conf '/path/to/config.json'
|
ergonomadic -conf '/path/to/config.json'
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user