app directory should work with simply serving files
Bug #1078910 reported by
Gary Poster
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-gui |
Fix Released
|
High
|
Nicola Larosa |
Bug Description
As of this writing, our debug server (make debug) serves files from a variety of sources. We should be able to serve the app directory directory, with a simple invocation of "python -m SimpleHTTPServer 8888" for instance, and have it work.
These two steps might get you a good part of the way:
- create an app/juju-ui directory and move everything previously in app except index.html into that subdirectory.
- Make symlinks that mimic the other redirections that the current debug server is performing.
Related branches
lp://staging/~teknico/juju-gui/bug-1078910-serve-app-statically
- Juju GUI Hackers: Pending requested
- Diff: 0 lines
description: | updated |
summary: |
- development server is unnecessarily complicated and different from - production delivery + app directory should work with simply serving files |
description: | updated |
Changed in juju-gui: | |
assignee: | nobody → Nicola Larosa (teknico) |
Changed in juju-gui: | |
milestone: | none → bluemoon |
status: | Triaged → In Progress |
Changed in juju-gui: | |
status: | In Progress → Fix Released |
To post a comment you must log in.