diff options
author | Adam Mathes <adam@trenchant.org> | 2017-01-24 20:07:06 -0800 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2017-01-24 20:07:06 -0800 |
commit | 335edc3af14edbf35b8cb906c0433385c71d2ac6 (patch) | |
tree | 5b43772a654dd41ff5a20bd481d6ad460f54a354 | |
parent | ac67d08aebc1614f62795d729d26be74e5e6230e (diff) | |
download | neko-335edc3af14edbf35b8cb906c0433385c71d2ac6.tar.gz neko-335edc3af14edbf35b8cb906c0433385c71d2ac6.tar.bz2 neko-335edc3af14edbf35b8cb906c0433385c71d2ac6.zip |
documentation is hard, again
-rw-r--r-- | README.md | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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 |