From fe9de25dcd3a748748164efab7a05ef8d8c78da4 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 5 Jun 2016 15:48:11 -0400 Subject: [PATCH] remove .trash directory --- doc/.trash/Configuring Postgres database | 6 ------ doc/.trash/Configuring Redis database | 5 ----- doc/.trash/configuration-files.md | 9 --------- 3 files changed, 20 deletions(-) delete mode 100644 doc/.trash/Configuring Postgres database delete mode 100644 doc/.trash/Configuring Redis database delete mode 100644 doc/.trash/configuration-files.md diff --git a/doc/.trash/Configuring Postgres database b/doc/.trash/Configuring Postgres database deleted file mode 100644 index aaafbc5..0000000 --- a/doc/.trash/Configuring Postgres database +++ /dev/null @@ -1,6 +0,0 @@ -##Installing Postgres - -Postgres on Debian (as root) - - # install as root - apt-get install --no-install-recommends postgresql postgresql-client diff --git a/doc/.trash/Configuring Redis database b/doc/.trash/Configuring Redis database deleted file mode 100644 index b703bad..0000000 --- a/doc/.trash/Configuring Redis database +++ /dev/null @@ -1,5 +0,0 @@ -##Installing Redis - -Redis 3.x or higher is required, [stable release](http://download.redis.io/releases/redis-stable.tar.gz) recommended - -* See http://redis.io/download diff --git a/doc/.trash/configuration-files.md b/doc/.trash/configuration-files.md deleted file mode 100644 index 0e01b52..0000000 --- a/doc/.trash/configuration-files.md +++ /dev/null @@ -1,9 +0,0 @@ -Configuration Files -=================== - -In NNTPChan's stack there are currently 2 configuration files. - -All config files are auto generated with sane defaults if the files are not present. - -1. [srnd.ini](srnd.md) is for the core daemon -2. [feeds.ini](feeds.md) is for all your nntp outfeeds