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
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
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, April 9th
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
6c4a3cf6
Commit
6c4a3cf6
authored
12 years ago
by
John Jarvis
Browse files
Options
Downloads
Patches
Plain Diff
updating for coffeescript
parent
178cdc87
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
create-dev-env.sh
+5
-0
5 additions, 0 deletions
create-dev-env.sh
install.txt
+4
-0
4 additions, 0 deletions
install.txt
with
9 additions
and
0 deletions
create-dev-env.sh
+
5
−
0
View file @
6c4a3cf6
...
...
@@ -196,6 +196,11 @@ case `uname -s` in
output
"Installing virtualenv"
sudo
pip
install
virtualenv virtualenvwrapper
>>
$LOG
}
command
-v
coffee &>/dev/null
||
{
output
"Installing coffee script"
curl http://npmjs.org/install.sh | sh
npm
install
-g
coffee-script
}
;;
*
)
error
"Unsupported platform"
...
...
This diff is collapsed.
Click to expand it.
install.txt
+
4
−
0
View file @
6c4a3cf6
...
...
@@ -26,6 +26,10 @@ There is also a script "create-dev-env.sh" that automates these steps.
d) Install python virtualenv if necessary
sudo pip install virtualenv virtualenvwrapper
e) Install coffee script
curl http://npmjs.org/install.sh | sh
npm install -g coffee-script
3) Install Ubuntu dependencies (Linux users only)
sudo apt-get install curl python-virtualenv build-essential python-dev gfortran liblapack-dev libfreetype6-dev libpng12-dev libxml2-dev libxslt-dev yui-compressor coffeescript
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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