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
79343245
Commit
79343245
authored
Nov 12, 2014
by
Usman Khalid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make install-dev installs sass and python dev packages.
parent
43f2969d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
Makefile
+5
-3
README.rst
+1
-0
apt-packages.txt
+2
-0
No files found.
Makefile
View file @
79343245
...
...
@@ -22,10 +22,9 @@ install-python:
install-js
:
npm config
set
loglevel warn
sudo
npm config
set
loglevel warn
npm install
install-nltk-data
:
./scripts/download-nltk-data.sh
...
...
@@ -40,8 +39,11 @@ javascript:
install-test
:
pip install
-q
-r
requirements/test.txt
install-dev
:
sudo
gem install sass
pip install
-q
-r
requirements/dev.txt
install
:
install-system install-node install-wheels install-python install-js install-nltk-data install-test javascript
install
:
install-system install-node install-wheels install-python install-js install-nltk-data install-test
install-dev
javascript
test
:
./scripts/test.sh
README.rst
View file @
79343245
...
...
@@ -47,6 +47,7 @@ To install all dependencies:
.. code:: bash
make install
make install-dev
Running the Development Server
...
...
apt-packages.txt
View file @
79343245
...
...
@@ -18,3 +18,4 @@ python2.7-dev
python-mysqldb
python-pip
python-software-properties
rubygems
\ No newline at end of file
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