diff options
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |