From f9b08aa467fd7e72625bba8d9945f6dbc87dbf7e Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sat, 4 Jun 2016 21:04:46 +0200 Subject: [PATCH 1/5] Rename build.md to building.md --- doc/{build.md => building.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename doc/{build.md => building.md} (100%) diff --git a/doc/build.md b/doc/building.md similarity index 100% rename from doc/build.md rename to doc/building.md From 489b21fd041c9c4f0260f9c4786fbfede040866d Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sat, 4 Jun 2016 21:04:48 +0200 Subject: [PATCH 2/5] Update README.md --- doc/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index 1485769..f0ccac0 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,4 +1,5 @@ NNTPChan Documentation ====================== -Add table of contents +1. [Building NNTPChan](building.md) +2. [Setting up NNTPChan](setting-up.md) From 5690e80758f2adc7c11c6880ea673345a2cd7c38 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sat, 4 Jun 2016 21:08:58 +0200 Subject: [PATCH 3/5] Update running.md --- doc/running.md | 39 +++++---------------------------------- 1 file changed, 5 insertions(+), 34 deletions(-) diff --git a/doc/running.md b/doc/running.md index ef14184..a7ac3be 100644 --- a/doc/running.md +++ b/doc/running.md @@ -1,39 +1,10 @@ -## Running +Running +======= -After you have [built the daemon](build.md) and [configured the database](database.md) you can run the daemon. +Once you have [built NNTPChan](building.md) and have done [the initial setup you](setting-up.md) you can start NNTPChan. - -check out the nntpchan repo and build the daemon if you already haven't - - git clone https://github.com/majestrate/nntpchan - cd nntpchan - ./build.sh - -set up the daemon: - - ./srndv2 setup - -generate admin keys, don't loose them. - - ./srndv2 tool keygen - -add yourself as admin by adding your ``public key`` to the ``frontend`` section of ``srnd.ini`` - - ... - [frontend] - enable=1 - admin_key=yourpublickeygoeshere - ... # leave the rest of the config values alone for now - - - -run it: +You can now start the NNTP server (srndv2) by running: ./srndv2 run - -Now open the browser up to http://127.0.0.1:18000/ - -To access the mod panel go to the [mod panel](http://127.0.0.1:18000/mod/) and use your ``private key`` to log in - -Now read about [peering](feeds.md) +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](). From 50a8ddd45803509be511547237e4f747c93c25e8 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sat, 4 Jun 2016 21:09:13 +0200 Subject: [PATCH 4/5] Update README.md --- doc/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/README.md b/doc/README.md index f0ccac0..9b2d2d5 100644 --- a/doc/README.md +++ b/doc/README.md @@ -3,3 +3,4 @@ NNTPChan Documentation 1. [Building NNTPChan](building.md) 2. [Setting up NNTPChan](setting-up.md) +3. [Running NNTPChan](running.md) From 27e19f3591120ff6a200d996745eba8a95ec4cc1 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sat, 4 Jun 2016 21:10:17 +0200 Subject: [PATCH 5/5] Update README.md --- doc/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/README.md b/doc/README.md index 9b2d2d5..7d92117 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,6 +1,6 @@ NNTPChan Documentation ====================== -1. [Building NNTPChan](building.md) -2. [Setting up NNTPChan](setting-up.md) -3. [Running NNTPChan](running.md) +1. [Building NNTPChan](building.md) - Building the source code +2. [Setting up NNTPChan](setting-up.md) - Configuring the node +3. [Running NNTPChan](running.md) - Running the node for the first time