From 335edc3af14edbf35b8cb906c0433385c71d2ac6 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Tue, 24 Jan 2017 20:07:06 -0800 Subject: documentation is hard, again --- README.md | 9 --------- 1 file changed, 9 deletions(-) (limited to 'README.md') 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 ) ### 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 -- cgit v1.2.3