Update README w/ more db info

This commit is contained in:
2021-01-02 22:53:52 -08:00
parent 6158f9b703
commit cd0d1cfceb
+6 -1
View File
@@ -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