$ git clone --recurse-submodules https://github.com/datafatmunger/dae.archive.git
The containers will only build the first time. Subsequent ups will simply run them.
$ docker-compose up
Since this archive contains dae-app and the index overlays, a jbg
user was initialized and ready to receive this repository.
$ git remote add archive ssh://jbg@localhost:2222/~jbg/archive.git
$ git push archive master
$ docker-compose exec solr bash
$ /dae/reset_solr.sh
$ docker-compose exec archive bash
$ crontab -e
Add the line:
5 2 * * * /usr/local/bin/index.sh
Each folder contains a README.
Defines the containers, in this case 3 different containers, for the Debian based archive, Apache webserver, and Apache Solr (searching).
This is a helper script used during development to shread composed containers and artifacts between builds to test setup.
Contains environment specific variables used by dae-api.
Inital sqlite3 database state.
Image used for testing imagemagick and tensorflow indexing.
Dropped into /etc/sudoers
in the archive container. Allows users in the sudo
group to sudo
.
Test pdf used to test indexing of PDFs.