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

Documentation change requests #85

Closed
dwk2 opened this issue Dec 19, 2017 · 1 comment
Closed

Documentation change requests #85

dwk2 opened this issue Dec 19, 2017 · 1 comment

Comments

@dwk2
Copy link
Member

dwk2 commented Dec 19, 2017

Documentation change requests from an ISLE install test on December 19, 2017, on a new vm:

  • CentOS Linux release 7.4.1708 (Core)

This section of documentation tweaks is from this URL:

  1. DOC: adduser islandora (with password isle2017)
    CORRECTION: must also state how to set password!
    Existing text: adduser islandora (with password isle2017)
    add code format:
    adduser islandora
    passwd islandora
    isle2017

  2. DOC: Create Docker group groupadd docker
    RESULT: groupadd: group 'docker' already exists

  3. DOC: Add islandora user to wheel grop sudo usermod -aG wheel islandora
    TYPO: grop = group, right?

  4. DOC: Exit out of the ssh session from the host server as the root user and shell back in as islandora
    SUGGESTION: Break this into two statements:
    Exit out of the ssh session from the host server as the root user
    exit
    SSH into host server as
    islandora

  5. SUGGESTION: At very extreme end of "1.4. -Testing - Host Server Build - Centos" (and the other flavors, do this too), put an instruction (and hyperlink) to return to the "1.4. -Testing - Alpha Quickstart Guide"

https://islandora-collaboration-group.github.io/ISLE/1_system_process_overview/1_4_testing/alpha_quickstart/

  1. DOC: The instruction that follows is confusing, as the quickstart guide never says when to run this command, only when not to run it.
    DO NOT RUN docker-compose up -d during the initial install process
    RESULT: initially, while counter-intuitive, I opted to not run any containers! That's not the result we want from that warning message above.

  2. DOC: docker pull islandoracollabgroup/isle-mysql
    RESULT: failed to register layer: ApplyLayer exit status 1 stdout: stderr: write /usr/share/perl/5.24.1/Locale/Codes/Language_Codes.pm: no space left on device

  3. DOC: docker pull islandoracollabgroup/isle-fedora
    RESULT: failed to register layer: ApplyLayer exit status 1 stdout: stderr: write /usr/share/perl/5.24.1/Locale/Codes/Language_Codes.pm: no space left on device

  4. DOC: docker pull islandoracollabgroup/isle-apache
    RESULT: failed to register layer: ApplyLayer exit status 1 stdout: stderr: write /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libjfxwebkit.so: no space left on device

NOTE: Discovered flaw in our (Williams) server setup. requested that our mount be repartition to be "/opt" instead of "/opt/isle". This will prevent running out of space on "/opt".

@dwk2 dwk2 changed the title Documentation change requests AND "No space left on device" error Documentation change requests Dec 19, 2017
@dwk2
Copy link
Member Author

dwk2 commented Jan 24, 2018

Closing this issue. I added documentation and pull requests for PRs 89-93 to cover these updates. I created a new issue #94 that contains the bugs that Gavin will need to fix in the scripts.

@dwk2 dwk2 closed this as completed Jan 24, 2018
marksandford added a commit to ColgateUniversity/ISLE that referenced this issue May 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant