Skip to content

Commit

Permalink
Merge pull request #201 from esmero/DiegoPino-patch-2
Browse files Browse the repository at this point in the history
1.4.0. Update devops.md
  • Loading branch information
alliomeria authored Oct 17, 2024
2 parents 0f215b5 + ff665c6 commit eb1ed58
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/devops.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ At the core of the Archipelago philosophy is our commitment to both simplicity a
- [Solr (Search)](https://lucene.apache.org/solr/)
- [Cantaloupe (Image Server)](https://cantaloupe-project.github.io/)
- [S3 Storage (Mini.io or any other S3 flavor)](https://min.io/)
- [NLP + ML Server](https://github.com/esmero/nlpserver-fasttext)

Installation is entirely [Dockerized](https://www.docker.com) and scripted with [easy-to-follow directions](archipelago-deployment-readme.md).

Expand All @@ -21,10 +22,11 @@ Installation is entirely [Dockerized](https://www.docker.com) and scripted with
esmero-php | PHP-FPM | Has all binaries for postprocessing/exif/ocr/etc. Runs PHP code.
esmero-db | Database | AMD and INTEL processors: MYSQL 8<br />ARM processors: MariaDB
esmero-minio | Storage | S3 API compatible Backend file and ADO as file storage. In a local it will do all the S3 stuff, on a live instance it can server as file routing to AWS S3, Azure Blob Storage, etc.
esmero-solr | Solr |Currently version 8.8.2
esmero-nlp | Natural Language Processing | NLP64 server for entity extraction, language detection, etc.
esmero-solr | Solr |Currently version 9.1.1
esmero-nlp | Natural Language Processing | NLP64 server for entity extraction, language detection, ML, etc.
esmero-cantaloupe | IIIF Media Server| Customized Server used to provide IIIF Image API/Media access

_Information related to non-Dockerized installation and configruation can be found here: [Traditional Installation Notes](traditional-install.md)_
_Information related to non-Dockerized installation and configruation can be found here: [Traditional Installation Notes](traditional-install.md)

### Strawberryfield Modules at the heart of every Archipelago:

Expand Down

0 comments on commit eb1ed58

Please sign in to comment.