Skip to content

Instantly share code, notes, and snippets.

@NLW-paulm
Created July 7, 2020 08:51
Show Gist options
  • Save NLW-paulm/0f1cd3b0ed22ba1585e69a431ad4f818 to your computer and use it in GitHub Desktop.
Save NLW-paulm/0f1cd3b0ed22ba1585e69a431ad4f818 to your computer and use it in GitHub Desktop.
vagrant@cognacbox:/vagrant/torf$ bin/madoc start
Building mysql
Step 1/3 : FROM mysql:5.7
---> 9cfcce23593a
Step 2/3 : COPY ./database/sql/* /docker-entrypoint-initdb.d/
---> Using cache
---> 3b1e1cbb9a9f
Step 3/3 : COPY ./database/config/* /etc/mysql/conf.d/
---> Using cache
---> 1321b10c7a3f
Successfully built 1321b10c7a3f
Successfully tagged torf_mysql:latest
Building omeka-ecosystem
Step 1/7 : FROM digirati/madoc-omeka-s:latest
---> a7faf66a0082
Step 2/7 : MAINTAINER "Gary Tierney" <gary.tierney@digirati.com>
---> Using cache
---> 939c20636d84
Step 3/7 : MAINTAINER "Stephen Fraser" <stephen.fraser@digirati.com>
---> Using cache
---> 34ff546ffa0d
Step 4/7 : ADD --chown=www-data:www-data config/omeka-app/*.config.php /srv/omeka/application/config/
---> Using cache
---> 07c85a33edac
Step 5/7 : ADD --chown=www-data:www-data repos/ /srv/omeka/repos/
---> Using cache
---> 8822116a48c9
Step 6/7 : ADD --chown=www-data:www-data translations/ /srv/omeka/translations/
---> Using cache
---> b714c86e9ff1
Step 7/7 : RUN madoc-installer
---> Using cache
---> 6a70ab5f9479
Successfully built 6a70ab5f9479
Successfully tagged torf_omeka-ecosystem:latest
Starting madoc-platform-database ... done
Starting madoc-annotation-database ... done
Starting search-elasticsearch ... done
Starting madoc-annotation-server ... done
Starting madoc-platform-omeka ... done
Starting torf_search-founda_1 ... done
Starting search-indexer ... done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment