Add install readme file
This commit is contained in:
parent
3ed39a4f56
commit
51ec37427f
|
@ -24,8 +24,8 @@ builds:
|
||||||
archives:
|
archives:
|
||||||
- format: tar.gz
|
- format: tar.gz
|
||||||
files:
|
files:
|
||||||
- config.toml.sample
|
|
||||||
- README.md
|
- README.md
|
||||||
|
- INSTALL.md
|
||||||
- LICENSE
|
- LICENSE
|
||||||
dockers:
|
dockers:
|
||||||
-
|
-
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Install and run
|
||||||
|
|
||||||
|
- Run `./listmonk --new-config` to generate a sample `config.toml` and add your configuration (SMTP and Postgres DB credentials primarily).
|
||||||
|
- `./listmonk --install` to setup the DB.
|
||||||
|
- Visit `http://localhost:9000`.
|
Loading…
Reference in New Issue