Skip to content

Fix Blake2 PERL Module #1135

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

Merged
merged 1 commit into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ sudo dpkg -i beast-library-<version>.deb
#### 4. Run installer to set up directories, configure environment, install Perl libraries and DICOM toolkit:

```bash
cd /opt/$projectname/bin/mri/
cd /opt/$projectname/bin/mri/install/
bash ./imaging_install.sh
```

Expand All @@ -131,7 +131,7 @@ You will be asked for the following input:
If the imaging install script reports errors in creating directories
(due to `/data/` mount permissions), review and manually execute
`mkdir/chmod/chown` commands starting at
[imaging_install.sh:L97](https://github.com/aces/Loris-MRI/blob/main/imaging_install.sh#L97)
[imaging_install.sh:L97](https://github.com/aces/Loris-MRI/blob/main/install/imaging_install.sh#L97)

Note: The installer will allow Apache to write to the `/data/` and `/opt/` directories by
adding user `lorisadmin` to the Apache linux group. To ensure this change takes
Expand Down
Binary file added install/Digest-BLAKE2-0.02.tar.gz
Binary file not shown.
4 changes: 3 additions & 1 deletion INSTALL.Mac.md → install/INSTALL.Mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ sudo -S cpan install Moose
sudo -S cpan install MooseX::Privacy
sudo -S cpan install TryCatch
sudo -S cpan install Throwable
sudo -S cpan install App::cpanminus
sudo -S cpanm https://github.com/aces/Loris-MRI/blob/main/install/Digest-BLAKE2-0.02.tar.gz
```

## Install key Python libraries
Expand Down Expand Up @@ -119,7 +121,7 @@ PATH="/usr/local/opt/grep/libexec/gnubin:$PATH"
## Run install script for Mac: imaging_install_MacOSX.sh

```
cd /data/$PROJ/bin/mri
cd /data/$PROJ/bin/mri/install
sh imaging_install_MacOSX.sh
```
Note: $PROJ = project name. By default we recommend `loris`
Expand Down
3 changes: 2 additions & 1 deletion imaging_install.sh → install/imaging_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ sudo -S cpan install Moose
sudo -S cpan install MooseX::Privacy
sudo -S cpan install TryCatch
sudo -S cpan install Throwable
sudo -S cpan install Digest::BLAKE2
sudo -S cpan install App::cpanminus
sudo -S cpanm https://github.com/aces/Loris-MRI/blob/main/install/Digest-BLAKE2-0.02.tar.gz
sudo -S cpan install File::Type
sudo -S cpan install String::ShellQuote
sudo -S cpan install DateTime
Expand Down
File renamed without changes.
Loading