schmerl / LLStaging

Staging area for releases to Lincoln Labs
2 stars 0 forks source link

double check th/ta ports #30

Closed ivoysey closed 7 years ago

ivoysey commented 7 years ago

it's http://brass-th but is it port 80 or a non-standard one? are we running on the right port?

ivoysey commented 7 years ago

per the wiki, both are just "http services". so 80 is certainly right for the TH; we're running on 5000 and that's documented in our examples, but we should make sure that they know that or that we change it to run on a standard port like 80 or 8080

ivoysey commented 7 years ago

they said they could smoke test this so it's clearly good enough for now; i'm moving this to the real code freeze milestone.

ivoysey commented 7 years ago

this seems to be absent from the spec; i emailed Konrad yesterday for a clarification.

ivoysey commented 7 years ago

per conversation with MIT:

The API doc (by virtue of not actually calling a port out) implicitly states 80.  However, as long as we document what they are I don't care.
ivoysey commented 7 years ago

Actually, vbox and vagrant won't work together to actually forward to 80. https://www.virtualbox.org/manual/ch06.html http://www.dmuth.org/node/1404/web-development-port-80-and-443-vagrant

so we'll run on 8080. for now, i'm assuming that the TH will be on 80, but that may change.