Skip to content

Commit

Permalink
install lessc before make bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed May 16, 2014
1 parent 68fdb9a commit 4d3131f
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@ To run and hack on Socorro apps, you will need:

2) to have your PYTHONPATH set to the location of the socorro checkout

3) The Django web service and its tests need the LESS preprocessor to be
installed and on your $PATH
::
npm install -g less

Socorro can install the dependencies into a virtualenv for you, then
just activate it and set your PYTHONPATH
::
Expand All @@ -244,7 +249,7 @@ just activate it and set your PYTHONPATH
export PYTHONPATH=.

Or you can choose to manage the virtualenv yourself, perhaps using
virtualenwrapper or similar.
virtualenwrapper.


Add a new superuser account to PostgreSQL
Expand Down Expand Up @@ -295,15 +300,6 @@ As the *root* user:
service postgresql-9.3 restart


Install the LESS preprocessor
---------------------------------

The Django web service and its tests need the LESS preprocessor to be installed
and on your $PATH
::
npm install -g less


Run unit/functional tests
-------------------------

Expand Down

0 comments on commit 4d3131f

Please sign in to comment.