Closed
Bug 698640
Opened 13 years ago
Closed 12 years ago
How do I install the dependencies for demoapp?
Categories
(Cloud Services :: Server: Core, defect)
Cloud Services
Server: Core
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jbalogh, Assigned: tarek)
Details
(Whiteboard: [qa-])
I used this as a requirements file to get demoapp going:
MoPyTools
nose
WebTest
-e git://github.com/mozilla-services/mozservices.git#egg=mozsvc
-e git://github.com/mozilla-services/pyramid_whoauth.git#egg=pyramid_whoauth
-e git://github.com/mozilla-services/cornice.git#egg=cornice
-e git://github.com/mozilla-services/pyramid_multiauth.git#egg=pyramid_multiauth
-e git://github.com/mozilla-services/repoze.who.plugins.browserid.git#egg=repoze.who.plugins.browserid
I think dev-reqs.txt and prod-reqs.txt can be derived from those requirements. So we could just specify those and let the cascade take care of the rest, or we can keep the full list plus the git dependencies.
Either way, you can't get demoapp running with the current Makefile, and the *-reqs.txt files aren't mentioned by `make build`, so it seems something is missing.
Updated•13 years ago
|
Assignee: nobody → tarek
Component: General → Server: Core
QA Contact: general → core-server
Updated•13 years ago
|
Whiteboard: [qa-]
Assignee | ||
Comment 1•13 years ago
|
||
yeah sounds like a good idea
I am not sure yet what we want to do with demoapp though. This was mostly an internal showcase for all the new tools.
Maybe this is going to become a skeleton - will ask the ML
Assignee | ||
Comment 2•12 years ago
|
||
demoapp is no longer maintained
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•