mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 13:09:00 +00:00
WIP run and setup
This commit is contained in:
parent
3e5e537a6b
commit
ef87e123ba
@ -14,10 +14,10 @@ From a fresh to running system, you'll need to do this:
|
||||
|
||||
From the project root
|
||||
```
|
||||
$ ./gradlew assemble docker
|
||||
|
||||
$ run/setup.sh
|
||||
|
||||
$ ./gradlew assemble docker
|
||||
|
||||
$ docker-compose up -d mariadb
|
||||
|
||||
$ run/reconvert.sh
|
||||
|
@ -15,7 +15,7 @@ function download_model {
|
||||
pushd $(dirname $0)
|
||||
|
||||
cp -r template/conf .
|
||||
mkdir -p model logs db samples install vol/ir vol/iw/search-sets
|
||||
mkdir -p model logs db samples install vol/ir/{0,1}/ vol/iw/{0,1}/search-sets
|
||||
|
||||
download_model model/English.DICT https://raw.githubusercontent.com/datquocnguyen/RDRPOSTagger/master/Models/POS/English.DICT
|
||||
download_model model/English.RDR https://raw.githubusercontent.com/datquocnguyen/RDRPOSTagger/master/Models/POS/English.RDR
|
||||
|
Loading…
Reference in New Issue
Block a user