feat(db): update to manticore search 6.0.4

This commit is contained in:
Alexey Kasyanchuk 2023-06-02 02:08:57 +03:00
parent 280298caa3
commit 3cff91dbf1
6 changed files with 12 additions and 2 deletions

View File

@ -9,6 +9,7 @@ cache:
install:
- ps: Install-Product node 14 x64
- git submodule update --init --recursive
- npm install --force
build_script:

View File

@ -21,6 +21,8 @@ jobs:
- checkout
- run: git submodule update --init --recursive
# Download and cache dependencies
- restore_cache:
keys:

View File

@ -41,7 +41,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: actions/checkout@v2
- name: Checkout repository and submodules
uses: actions/checkout@v2
with:
submodules: recursive
- name: Setup node
uses: actions/setup-node@v2
with:

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "imports"]
path = imports
url = https://github.com/DEgITx/manticore-binary.git

View File

@ -91,7 +91,7 @@ Now you can get access to web interface on 8095 port: http://localhost:8095
You can simply run docker image with prepared server version. Just download last sources:
```bash
git clone https://github.com/DEgITx/rats-search.git
git clone --recurse-submodules https://github.com/DEgITx/rats-search.git
```
And build docker image & run:

1
imports Submodule

@ -0,0 +1 @@
Subproject commit 5f3e4ef9cce91f08e76bbd78b301cba27ebacab2