Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Merge requests
!2251
Boot quickly Arkindex
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Boot quickly Arkindex
quick-boot
into
master
Overview
0
Commits
27
Pipelines
0
Changes
1
Merged
Bastien Abadie
requested to merge
quick-boot
into
master
1 year ago
Overview
0
Commits
27
Pipelines
0
Changes
1
Expand
use mkcert to build CA and cert instead of relying on our own CA
run minimal services through docker compose from the backend
use a single cantaloupe instance to expose multiple buckets, thus allowing ingestion
document quick boot guide in README and remove deprecated Makefile commands
add a docker-compose for building backend + frontend, fully replacing archi repo
skip SSL verification against minio on ark.localhost and IIIF local servers
update bootstrap command for new IIIF servers
keep using the previously created docker volumes for easier dev migration
Use RQ worker-pool to get multiple workers in parallel to support worker activities init
Edited
1 year ago
by
Bastien Abadie
0
0
Merge request reports
Viewing commit
d581013f
Show latest version
1 file
+
4
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
d581013f
Try to reduce how often docker compose rebuilds everything
· d581013f
Erwan Rouchet
authored
1 year ago
.dockerignore
+
4
−
1
Options
@@ -2,6 +2,9 @@
.git
.eggs
*.egg
logs
**/__pycache__/
**/*.pyc
docker/
Makefile
test-report.xml
arkindex/config.yml
Loading