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
50dc4e80
Commit
50dc4e80
authored
Jul 31, 2012
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding askbot as a submodule of mitx
parent
5e8d132a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
create-dev-env.sh
+14
-0
No files found.
create-dev-env.sh
View file @
50dc4e80
...
@@ -71,6 +71,16 @@ clone_repos() {
...
@@ -71,6 +71,16 @@ clone_repos() {
fi
fi
git clone git@github.com:MITx/mitx.git
git clone git@github.com:MITx/mitx.git
fi
fi
if
[[
-d
"
$BASE
/mitx/askbot/.git"
]]
;
then
output
"Pulling askbot"
cd
"
$BASE
/mitx/askbot"
git pull
else
output
"Cloning askbot as a submodule of mitx"
cd
"
$BASE
/mitx"
git submodule update
--init
fi
cd
"
$BASE
"
cd
"
$BASE
"
# By default, dev environments start with a copy of 6.002x
# By default, dev environments start with a copy of 6.002x
...
@@ -276,6 +286,10 @@ pip install -r mitx/pre-requirements.txt
...
@@ -276,6 +286,10 @@ pip install -r mitx/pre-requirements.txt
output
"Installing MITx requirements"
output
"Installing MITx requirements"
cd
mitx
cd
mitx
pip install
-r
requirements.txt
pip install
-r
requirements.txt
output
"Installing askbot requirements"
pip install
-r
askbot/askbot_requirements.txt
pip install
-r
askbot/askbot_requirements_dev.txt
mkdir
"
$BASE
/log"
||
true
mkdir
"
$BASE
/log"
||
true
mkdir
"
$BASE
/db"
||
true
mkdir
"
$BASE
/db"
||
true
...
...
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