Skip to content

Commit

Permalink
Move demo-data to build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
misilot committed Feb 9, 2022
1 parent 13dac2e commit 5f187fc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -310,12 +310,12 @@ demo: generate-secrets
mkdir -p $(CURDIR)/codebase
docker-compose up -d
$(MAKE) update-settings-php ENVIROMENT=demo
$(MAKE) drupal-public-files-import SRC=$(CURDIR)/demo-data/public-files.tgz ENVIROMENT=demo
$(MAKE) drupal-public-files-import SRC=$(CURDIR)/build/demo-data/public-files.tgz ENVIROMENT=demo
$(MAKE) drupal-database ENVIROMENT=demo
$(MAKE) drupal-database-import SRC=$(CURDIR)/demo-data/drupal.sql ENVIROMENT=demo
$(MAKE) drupal-database-import SRC=$(CURDIR)/build/demo-data/drupal.sql ENVIROMENT=demo
$(MAKE) hydrate ENVIROMENT=demo
docker-compose exec -T drupal with-contenv bash -lc 'drush --root /var/www/drupal/web -l $${DRUPAL_DEFAULT_SITE_URL} upwd admin $${DRUPAL_DEFAULT_ACCOUNT_PASSWORD}'
$(MAKE) fcrepo-import SRC=$(CURDIR)/demo-data/fcrepo-export.tgz ENVIROMENT=demo
$(MAKE) fcrepo-import SRC=$(CURDIR)/build/demo-data/fcrepo-export.tgz ENVIROMENT=demo
$(MAKE) reindex-fcrepo-metadata ENVIROMENT=demo
$(MAKE) reindex-solr ENVIROMENT=demo
$(MAKE) reindex-triplestore ENVIROMENT=demo
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5f187fc

Please sign in to comment.