aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-03-09 15:27:35 +0100
committerlonkaars <l.leblansch@gmail.com>2021-03-09 15:27:35 +0100
commit6491758cb9c148a3244dee7638e9aa34600c2137 (patch)
treecd2793360219b7d1f7cb935b79d4c39465ee849b /configure
parentcc74d43ca05518d73d52c1f123c2092cb48e684d (diff)
new working configure with git submodule and sqlite3 libs
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 79e57c8..91cc673 100755
--- a/configure
+++ b/configure
@@ -1,4 +1,4 @@
-sudo apt-get install nodejs npm python3 python3-venv python3-pip make gcc sqlite3 nginx
+sudo apt-get install nodejs npm python3 python3-venv python3-pip make gcc sqlite3 libsqlite3-dev nginx
sudo npm i -g typescript yarn
yarn
@@ -7,7 +7,9 @@ python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
+git submodule init database/SQLiteFuzzySearch
git submodule update
+
cd database
sh init_db.sh
make