From 99cbb751083d00721e910ac15dddf8e379281f41 Mon Sep 17 00:00:00 2001 From: Dan Kerchner Date: Tue, 4 Jun 2024 18:27:14 +0000 Subject: [PATCH] Add CI directive to create ingest folder --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index b69b8b76..60a451ad 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ a separate user for the app, but it is not necessary. That user will need to ow /opt/scholarspace/certs /opt/scholarspace/scholarspace-tmp /opt/scholarspace/scholarspace-minter + /opt/scholarspace/scholarspace-ingest ``` 6. In `/opt/scholarspace/scholarspace-hyrax` run `cp example.env .env` to create the local environment file. 7. Edit `.env` to add the following values: @@ -174,16 +175,6 @@ echo $CR_PAT | docker login ghcr.io -u [USERNAME] --password-stdin ## Setting up a new production instance -### (Optional) Install etd-loader - -* Install the **etd-loader** application in `/opt/etd-loader` as per instructions at https://github.com/gwu-libraries/etd-loader - -* When configuring `config.py`, ensure that it contains the following values: - ``` - ingest_path = "/opt/scholarspace/scholarspace-hyrax" - ingest_command = "rake RAILS_ENV=production gwss:ingest_etd" - ``` - ### Migrating Production Database In the app-server container (i.e. through `docker exec -it scholarspace-hyrax_app-server_1 /bin/sh`, followed by `su scholarspace`), run: