@@ -5,28 +5,21 @@ Setting up Rails/Samvera development on a Mac
551 . xcode-select --install
66
77### Install Homebrew
8- 1 . /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install )"
9- 1 . brew update
10- 1 . brew install clamav git imagemagick libvorbis libvpx openssl redis sqlite ghostscript mysql wget
11- 1 . brew install ffmpeg --with-libvpx --with-libvorbis
8+ 1 . ` /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" `
9+ 1 . ` brew update `
10+ 1 . ` brew tap AdoptOpenJDK/openjdk `
11+ 1 . ` brew cask install adoptopenjdk8 `
12+ 1 . ` brew install clamav git imagemagick libvorbis libvpx openssl redis sqlite ghostscript mysql wget tmux ffmpeg `
1213
1314### Install rvm
14- 1 . \curl -sSL https://get.rvm.io | bash -s stable --ruby
15- 1 . rvm install 2.5.1
16- 1 . rvm use 2.5.1 --default
17-
18- ### Install java 8
19- 1 . Download and install from http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
20-
21- ### Install phantomjs
22- 1 . wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-macosx.zip
23- 1 . unzip phantomjs-2.1.1-macosx.zip
24- 1 . cd phantomjs-2.1.1-macosx/bin/
25- 1 . sudo cp phantomjs /usr/local/bin/
15+ 1 . ` \curl -sSL https://get.rvm.io | bash -s stable --ruby `
16+ 1 . ` rvm install 2.5.3 `
17+ 1 . ` rvm use 2.5.3 --default `
2618
2719### Install FITS:
28- 1 . wget http://projects.iq.harvard.edu/files/fits/files/fits-1.0.5.zip
29- 1 . unzip fits-1.0.5.zip
30- 1 . cd fits-1.0.5
31- 1 . chmod a+x fits.sh
32- 1 . Add the fits-1.0.5 directory to the path in ~ /.bash_profile
20+ 1 . ` wget http://projects.iq.harvard.edu/files/fits/files/fits-1.0.5.zip `
21+ 1 . ` unzip fits-1.0.5.zip `
22+ 1 . ` cd fits-1.0.5 `
23+ 1 . ` chmod a+x fits.sh `
24+ 1 . Add the fits-1.0.5 directory to the path in ~ /.bash_profile
25+ ` echo "export PATH=$PATH:~/fits-1.0.5" >> ~/.bash_profile `
0 commit comments