aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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