Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
code.vt.edu will be down for maintenance from 0530-0630 EDT Wednesday, March 26th
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
5e8d132a
Commit
5e8d132a
authored
12 years ago
by
John Jarvis
Browse files
Options
Downloads
Patches
Plain Diff
removing askbot-devel
parent
aaeb0446
Branches
Branches containing commit
Tags
release-2020-11-23-14.49
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
create-dev-env.sh
+0
-16
0 additions, 16 deletions
create-dev-env.sh
with
0 additions
and
16 deletions
create-dev-env.sh
+
0
−
16
View file @
5e8d132a
...
...
@@ -73,18 +73,6 @@ clone_repos() {
fi
cd
"
$BASE
"
if
[[
-d
"
$BASE
/askbot-devel/.git"
]]
;
then
output
"Pulling askbot-devel"
cd
"
$BASE
/askbot-devel"
git pull
else
output
"Cloning askbot-devel"
if
[[
-d
"
$BASE
/askbot-devel"
]]
;
then
mv
"
$BASE
/askbot-devel"
"
${
BASE
}
/askbot-devel.bak.
$$
"
fi
git clone git@github.com:MITx/askbot-devel
fi
# By default, dev environments start with a copy of 6.002x
cd
"
$BASE
"
mkdir
-p
"
$BASE
/data"
...
...
@@ -282,10 +270,6 @@ if [[ -n $compile ]]; then
rm
-rf
numpy-
${
NUMPY_VER
}
scipy-
${
SCIPY_VER
}
fi
output
"Installing askbot requirements"
pip
install
-r
askbot-devel/askbot_requirements.txt
output
"Installing askbot-dev requirements"
pip
install
-r
askbot-devel/askbot_requirements_dev.txt
output
"Installing MITx pre-requirements"
pip
install
-r
mitx/pre-requirements.txt
# Need to be in the mitx dir to get the paths to local modules right
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment