Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
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-ora2
Commits
c037dfaf
Commit
c037dfaf
authored
Mar 20, 2014
by
Will Daly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Check whether Node is installed; update README to include Node installation link
parent
0b09e184
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
README.rst
+2
-0
scripts/install.sh
+5
-0
No files found.
README.rst
View file @
c037dfaf
...
...
@@ -18,6 +18,8 @@ Installation
The intent of this project is to be installed as Django apps that will be
included in `edx-platform <https://github.com/edx/edx-platform>`_.
For JavaScript minification and unit tests, you must `install NodeJS <http://nodejs.org/>`_.
To install dependencies and start the development ("workbench") server:
.. code:: bash
...
...
scripts/install.sh
View file @
c037dfaf
...
...
@@ -16,6 +16,11 @@ echo "Installing XBlock..."
pip install
-q
-e
.
echo
"Installing Node requirements..."
if
[
-z
`
which npm
`
]
;
then
echo
"Please install NodeJS: http://nodejs.org/"
exit
1
fi
npm config
set
loglevel warn
npm install
...
...
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