Skip to content

Commit

Permalink
Merge pull request #61 from Islandora-Collaboration-Group/new-dev
Browse files Browse the repository at this point in the history
Added adding /opt directory to docs/1_system_process_overview/1_4_tes…
  • Loading branch information
g7morris committed Dec 4, 2017
2 parents da7013f + 7cccbf7 commit 563f23d
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@


#### Clone ISLE repository
* Please note in some Linux Distributions, one might need to create the `/opt` directory (optional)
* One can `ls -lha /` to see if an `/opt` directory exists
* If missing, `sudo mkdir /opt`
* If not missing, proceed to next step.
* `cd opt`
* `sudo git clone https://github.com/Islandora-Collaboration-Group/ISLE.git`
* This process will take 1 - 3 minutes depending on internet bandwidth
Expand Down Expand Up @@ -132,6 +136,10 @@


#### Clone ISLE repository
* Please note in some Linux Distributions, one might need to create the `/opt` directory (optional)
* One can `ls -lha /` to see if an `/opt` directory exists
* If missing, `sudo mkdir /opt`
* If not missing, proceed to next step.
* `cd opt`
* `sudo git clone https://github.com/Islandora-Collaboration-Group/ISLE.git`
* This process will take 1 - 3 minutes depending on internet bandwidth
Expand Down

0 comments on commit 563f23d

Please sign in to comment.