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
5883ee8a
Commit
5883ee8a
authored
May 30, 2013
by
Slater-Victoroff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added directory structure tests
parent
9cdcc9df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
scripts/create-dev-env.sh
+4
-2
scripts/install-system-req.sh
+5
-4
No files found.
scripts/create-dev-env.sh
View file @
5883ee8a
...
@@ -286,9 +286,11 @@ esac
...
@@ -286,9 +286,11 @@ esac
clone_repos
clone_repos
# Sanity check to make sure the repo layout hasn't changed
if
[[
-d
$BASE
/edx_platform/scripts]]
;
then
ouput
"Installing system-level dependencies"
# Install system-level dependencies
# Install system-level dependencies
if
[[
-d
$BASE
/edx_platform/scripts/install-system-req.sh]]
;
then
bash
$BASE
/edx_platform/scripts/install-system-req.sh
bash
$BASE
/edx_platform/scripts/install-system-req.sh
output
"Installing RVM, Ruby, and required gems"
output
"Installing RVM, Ruby, and required gems"
...
...
scripts/install-system-req.sh
View file @
5883ee8a
...
@@ -16,10 +16,11 @@ output() {
...
@@ -16,10 +16,11 @@ output() {
### START
### START
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
SELF_DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
BREW_FILE
=
$DIR
/
"brew-formulas.txt"
REQUIREMENTS_DIR
=
$DIR
/
"requirements/system"
APT_REPOS_FILE
=
$DIR
/
"apt-repos.txt"
BREW_FILE
=
$REQUIREMENTS_DIR
/
"mac_os_x/brew-formulas.txt"
APT_PKGS_FILE
=
$DIR
/
"apt-packages.txt"
APT_REPOS_FILE
=
$REQUIREMENTS_DIR
/
"ubuntu/apt-repos.txt"
APT_PKGS_FILE
=
$REQUIREMENTS_DIR
/
"ubuntu/apt-packages.txt"
case
`
uname
-s
`
in
case
`
uname
-s
`
in
[
Ll]inux
)
[
Ll]inux
)
...
...
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