Update README w/ more db info
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
A Search Engine for the Daily Stormer
|
||||
|
||||
# Installation
|
||||
## Installation
|
||||
|
||||
In the root of the project, do the following.
|
||||
|
||||
@@ -13,6 +13,11 @@ npm i
|
||||
# Initialize database
|
||||
sqlite3 main.db < sql/ds.sql
|
||||
sqlite3 main.db < sql/ds.001.sql
|
||||
sqlite3 main.db < sql/ds.002.sql
|
||||
|
||||
# Alternatively, download a database snapshot.
|
||||
wget http://dss.coincidencedetector.com/archive/dss-latest.db.gz
|
||||
gzcat dss-latest.db.gz > main.db
|
||||
|
||||
# Scrape articles; This may take a few days if done from scratch.
|
||||
bin/download-all
|
||||
|
||||
Reference in New Issue
Block a user