Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
70ca3a47
Commit
70ca3a47
authored
Feb 06, 2014
by
hkim823
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing create-dev-env.sh to use Brewfile
parent
c82e4ede
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
scripts/create-dev-env.sh
+3
-3
scripts/install-system-req.sh
+4
-4
No files found.
scripts/create-dev-env.sh
View file @
70ca3a47
...
@@ -307,11 +307,11 @@ EO
...
@@ -307,11 +307,11 @@ EO
command
-v
brew &>/dev/null
||
{
command
-v
brew &>/dev/null
||
{
output
"Installing brew"
output
"Installing brew"
/usr/bin/ruby <
(
curl
-fsSkL
raw.github.com/mxcl/homebrew/go
)
/usr/bin/ruby
-e
"
$(
curl
-fsSL
https://raw.github.com/Homebrew/homebrew/go/install
)
"
}
}
command
-v
git &>/dev/null
||
{
command
-v
git &>/dev/null
||
{
output
"Installing git"
output
"Installing git
and Brewfile bundle
"
brew install git
brew install
&&
brew bundle
$BASE
/edx-platform/Brewfile
}
}
;;
;;
...
...
scripts/install-system-req.sh
View file @
70ca3a47
...
@@ -69,10 +69,10 @@ EO
...
@@ -69,10 +69,10 @@ EO
fi
fi
output
"Installing OSX requirements"
output
"Installing OSX requirements"
if
[[
!
-r
$BREW_FILE
]]
;
then
#
if [[ ! -r $BREW_FILE ]]; then
error
"
$BREW_FILE
does not exist, please include the brew formulas file in the requirements/system/mac_os_x directory
"
# error "$BREW_FILE does not exist, please include the brew formulas file in the edx-platform/Brewfile
"
exit
1
#
exit 1
fi
#
fi
# for some reason openssl likes to be installed by itself first
# for some reason openssl likes to be installed by itself first
brew install openssl
brew install openssl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment