mirror of
https://github.com/nexus-stc/hyperboria
synced 2024-12-18 23:57:47 +01:00
- fix: Fix importing documentation
GitOrigin-RevId: f9aac9b956977973b8aa3ea4e4259ea57bcdf821
This commit is contained in:
parent
7b1a135121
commit
337dd78fd1
@ -30,6 +30,9 @@ echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" |
|
||||
sudo apt update && sudo apt install bazel
|
||||
```
|
||||
|
||||
#### IPFS
|
||||
[Installation Guide](https://docs.ipfs.io/install/)
|
||||
|
||||
### MacOS
|
||||
|
||||
#### Docker
|
||||
@ -46,6 +49,9 @@ brew install llvm protobuf python3.9
|
||||
brew install bazel
|
||||
```
|
||||
|
||||
#### IPFS
|
||||
[Installation Guide](https://docs.ipfs.io/install/)
|
||||
|
||||
## Content
|
||||
|
||||
- [`images`](images) - base docker images for [`nexus`](nexus)
|
||||
|
@ -1,5 +1,9 @@
|
||||
# Nexus Cognitron
|
||||
|
||||
## Prerequisite
|
||||
|
||||
Follow the [root guide](../../README.md) to install Docker, IPFS and Bazel (optionally)
|
||||
|
||||
## Guide
|
||||
|
||||
#### 1. Download data dumps
|
||||
@ -12,8 +16,8 @@ ipfs get $COLLECTION
|
||||
|
||||
#### 2. Launch Nexus Cognitron
|
||||
|
||||
Create [`docker-compose.yml`](docker-compose.yml) file to set up Nexus Cognitron and then launch it:
|
||||
```shell script
|
||||
cd nexus/cognitron
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
@ -27,6 +31,6 @@ By default this script is just printing documents.
|
||||
|
||||
```shell script
|
||||
bazel run -c opt installer -- iterate \
|
||||
--store-filepath scitech.store.tar \
|
||||
--data-filepath $COLLECTION_PATH/index/scitech \
|
||||
--schema-filepath schema/scitech.yaml
|
||||
```
|
||||
|
@ -19,4 +19,4 @@ services:
|
||||
- "50000:80"
|
||||
volumes:
|
||||
- '${COLLECTION_PATH}:/summa'
|
||||
version: "3.9"
|
||||
version: "3"
|
||||
|
@ -13,6 +13,7 @@ py_binary(
|
||||
deps = [
|
||||
requirement("aioipfs"),
|
||||
requirement("fire"),
|
||||
requirement("pyyaml"),
|
||||
requirement("tantipy"),
|
||||
requirement("izihawa_utils"),
|
||||
],
|
||||
|
@ -1 +1,6 @@
|
||||
# Nexus Web
|
||||
|
||||
#### Development
|
||||
```shell script
|
||||
bazel run web_dev
|
||||
```
|
@ -476,10 +476,8 @@ pb:
|
||||
CONTACT: |
|
||||
**Atualizações e notícias**: {related_channel}
|
||||
**Detalhes para doação**: /donate
|
||||
|
||||
**LiberaPay**: {libera_pay_url}
|
||||
**Endereço BTC:** {btc_donate_address}
|
||||
|
||||
Você pode nos enviar feedback diretamente por /contact <sua mensagem aqui>
|
||||
COPYRIGHT_DESCRIPTION: |
|
||||
Se você deseja fazer uma reclamação de violação de direitos autorais:
|
||||
@ -512,7 +510,6 @@ pb:
|
||||
Você pode entrar em contato conosco em /contact ou se inscrever em {related_channel} se quiser saber exatamente como as doações serão gastas.
|
||||
|
||||
**Detalhes de doação**
|
||||
|
||||
**LiberaPay**: {libera_pay_url}
|
||||
**Endereço BTC:** {btc_donate_address}
|
||||
[]({btc_donate_qr_url})
|
||||
@ -608,7 +605,6 @@ pb:
|
||||
THANK_YOU_FOR_CONTACT: Obrigado! Se você tiver alguma dúvida, é melhor perguntar no grupo de usuários {related_channel}.
|
||||
TOO_LONG_QUERY_FOR_SHORTLINK: |
|
||||
Sua consulta é muito longa (o limite é de cerca de 35-40 caracteres).
|
||||
|
||||
Tente usar uma consulta codificada por NID. Encontre um item que deseja compartilhar, copie o NID de uma página de visualização e crie um link curto para a consulta `NID: <NID>`.
|
||||
TOO_MANY_DOWNLOADS: Muitos downloads ativos. Por favor, espere que eles terminem.
|
||||
TRANSMITTED_FROM: 'transmitido de {source}'
|
||||
|
Loading…
Reference in New Issue
Block a user