aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2017-01-24 20:07:06 -0800
committerAdam Mathes <adam@trenchant.org>2017-01-24 20:07:06 -0800
commit335edc3af14edbf35b8cb906c0433385c71d2ac6 (patch)
tree5b43772a654dd41ff5a20bd481d6ad460f54a354 /README.md
parentac67d08aebc1614f62795d729d26be74e5e6230e (diff)
downloadneko-335edc3af14edbf35b8cb906c0433385c71d2ac6.tar.gz
neko-335edc3af14edbf35b8cb906c0433385c71d2ac6.tar.bz2
neko-335edc3af14edbf35b8cb906c0433385c71d2ac6.zip
documentation is hard, again
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/README.md b/README.md
index 466e73d..7b2f7c5 100644
--- a/README.md
+++ b/README.md
@@ -82,39 +82,30 @@ Also there's a Makefile there so a simple "make" should work. Maybe? Makefiles a
Copy example configuration and edit as needed.
- ```
$ cp config.example config.json
- ```
The configuration is JSON which was probably not a good idea. Sorry? It should be straightforward.
### Run web server
- ```
$ ./nekoweb config.json
- ```
Load URL/port specified in config. Add some feeds! There's an import command that would make this easier but it's wonky (neko addfeed <url>)
### Run Crawler
- ```
$ ./nekocrawl config.json
- ```
This should fetch, download, parse, and store in the database your feeds.
-
### Operationalize
#### Add to cron
Place your binaries and config files some place reasonable and add this to your cron.
- ```
34 * * * * ~/bin/nekocrawl ~/neko_config.json &> /dev/null
- ```
#### Daemonize server