Islandora-Collaboration-Group / ISLE

Islandora Enterprise (ISLE) is a community project that addresses two of the most significant pain-points in Islandora: installation and maintenance.
https://Islandora-Collaboration-Group.github.io/ISLE/
GNU General Public License v3.0
32 stars 34 forks source link

ISLE documentation: Clarification on opt directory #73

Closed lynnawilliams closed 6 years ago

lynnawilliams commented 6 years ago

In the Islandora install documentation at: https://islandora-collaboration-group.github.io/ISLE/1_system_process_overview/1_4_testing/alpha_build_guide_linux/

In the section called "Clone ISLE repository" You have people "cd opt" did you mean "cd /opt" instead ?????

A command a few lines down from this --- " cd /opt/ISLE" seems to imply you want the above command to actually be:

cd /opt

(I assume you know this but in case you don't --- Without the slash in front of the "opt" the cd command will land in a "opt" directory one below the current directory. With the slash in front of "opt" the cd command will land in the opt directory at the root of the system drive.)

hamhpc commented 6 years ago

Hi Lynn... yea that should be an /opt. I see that typo too in both the CentOS and Ubuntu sections. Thanks for pointing it out.

g7morris commented 6 years ago

HI @lynnawilliams Thanks for spotting this.

I've fixed the lines to now indicate cd /opt

Fixed via recent commit