From b7e43d37255646f7427ca75d17444ebae889ddd1 Mon Sep 17 00:00:00 2001 From: konamicode Date: Sat, 25 Jan 2025 23:12:50 -0500 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 8ba7659..2ab0e2f 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,22 @@ CREATE USER username WITH PASSWORD 'CHANGEME'; GRANT ALL PRIVILEGES ON DATABASE nntpchan TO username; ``` +Running NNTPChan +================ + +Once you have [built NNTPChan](building.md) and done [the initial setup you](setting-up.md) you can start NNTPChan. + +Before running make sure you run the setup command, you only need to do this one time: + + ./srndv2 setup + +You can now start the NNTPChan node (srndv2) by running: + + ./srndv2 run + +Now you can check out the web-interface by navigating to 127.0.0.1:18000 (default address - unless you have changed it in your `srnd.ini`) or you can [configure your newsreader](extras/configure-newsreader.md). + + ## Bugs and issues *PLEASE* report any bugs you find while building, setting-up or using NNTPChan on the [GitHub issue tracker](https://github.com/majestrate/nntpchan/issues), the [issue tracker on tor](http://git.psii2pdloxelodts.onion/psi/nntpchan/), the [issue tracker on i2p](http://git.psi.i2p/psi/nntpchan/) or on the [GitGud issue tracker](https://gitgud.io/jeff/nntpchan/issues) so that the probelms can be resolved or discussed.