Closed
Bug 932544
Opened 12 years ago
Closed 12 years ago
The virtualenv installation docs doesn't have node-less (which provides lessc) as a prerequisite
Categories
(Mozilla Reps Graveyard :: reps.mozilla.org, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sunu, Assigned: tasos)
Details
(Whiteboard: [qa-])
User Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/28.0.1500.71 Chrome/28.0.1500.71 Safari/537.36
Steps to reproduce:
Followed the steps in the virtualenv installation docs at /docs/installation-virtualenv.rst
run ./manage.py runserver to start tthe development server
Actual results:
The server returned a 500 status when a page is visted.
Exception Value: /bin/sh: 1: lessc: not found
Expected results:
The page should load successfully.
Comment 1•12 years ago
|
||
Hi sunu, the static files setup doc is http://remo.readthedocs.org/en/latest/static.html
We should probably mention in the last step of the setup to visit this section.
Thanks for reporting!
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → tasos
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
| Assignee | ||
Updated•12 years ago
|
Whiteboard: [kb=1210889]
Comment 2•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/remo
https://github.com/mozilla/remo/commit/c20dd902db8bdb4d75911d4ba53ffdb9a8ec5d81
[fix bug 932544] Update the order of steps needed to setup ReMo.
https://github.com/mozilla/remo/commit/b93435233e727c9634b9f901a361eef9dbd0175f
Merge pull request #563 from akatsoulas/932544
[fix bug 932544] Update the order of steps needed to setup ReMo.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Whiteboard: [kb=1210889] → [qa-]
Version: unspecified → 420
Updated•5 years ago
|
Product: Mozilla Reps → Mozilla Reps Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•