feat(db): update to manticore search 6.0.4
This commit is contained in:
parent
280298caa3
commit
3cff91dbf1
@ -9,6 +9,7 @@ cache:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- ps: Install-Product node 14 x64
|
- ps: Install-Product node 14 x64
|
||||||
|
- git submodule update --init --recursive
|
||||||
- npm install --force
|
- npm install --force
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
@ -21,6 +21,8 @@ jobs:
|
|||||||
|
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
|
- run: git submodule update --init --recursive
|
||||||
|
|
||||||
# Download and cache dependencies
|
# Download and cache dependencies
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
|
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -41,7 +41,10 @@ jobs:
|
|||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
- uses: actions/checkout@v2
|
- name: Checkout repository and submodules
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "imports"]
|
||||||
|
path = imports
|
||||||
|
url = https://github.com/DEgITx/manticore-binary.git
|
@ -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:
|
You can simply run docker image with prepared server version. Just download last sources:
|
||||||
|
|
||||||
```bash
|
```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:
|
And build docker image & run:
|
||||||
|
1
imports
Submodule
1
imports
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 5f3e4ef9cce91f08e76bbd78b301cba27ebacab2
|
Loading…
Reference in New Issue
Block a user