Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install_solution_packs.sh step missing from documentation #344

Open
bseeger opened this issue Nov 1, 2019 · 0 comments
Open

install_solution_packs.sh step missing from documentation #344

bseeger opened this issue Nov 1, 2019 · 0 comments
Labels
Documentation Update the docs or kind request for documentation.

Comments

@bseeger
Copy link
Contributor

bseeger commented Nov 1, 2019

Issue description

The documentation for installing a staging/production site (both new and migrate scenarios) is missing one critical step.

If one doesn't run the install_solution_packs.sh script found in the ISLE repository (under scripts/apache), the information fedora needs will not be in fedora and you'll see an error.

To run the script, first copy it into the apache container:
$ docker cp install_solution_packs.sh isle-apache-ld:.
(notice the ending . in the above command)
Log into the container:
$ docker exec -it isle-apache-ld bash
Now you are in the container - fix permissions on the script and then run it:
root@bcad96baae71:/# chmod +x install_solution_packs.sh
root@bcad96baae71:/# ./install_solution_packs.sh

Once that's finished running, things should function well again.

For an issue, describe steps to reproduce the issue

System setup (OS information, software versions, etc):

Steps:

  1. Install a local ISLE site
  2. Follow documentation to install a new Staging site based on local site.
  3. At the end the repository page will not load as the collections will not be in fedora. You will see a fedora error in the logs that looks like this:
    (BaseRestResource) Resource not found: Object not found in low-level storage: islandora:root; unable to fulfill REST API request

Once you run the install script as described above, the issue goes away.

What's the expected result?
  • That there is no error upon logging into the drupal site and looking at the Islandora Repository
What's the actual result?
  • An error about the base root not being present
@bseeger bseeger added the Documentation Update the docs or kind request for documentation. label Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Update the docs or kind request for documentation.
Projects
None yet
Development

No branches or pull requests

1 participant