PureStorage-OpenConnect / FlashStache

One-step configuration for automating array querying, storing the query results, and visualizing them with Grafana
Apache License 2.0
4 stars 0 forks source link

CSS/Javascript does not appear to load from bare git pull #5

Closed bubthegreat closed 7 years ago

bubthegreat commented 7 years ago

From a bare install on ubuntu xenial:

micheal.taylor@bubdev:~/FlashStache$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 16.04.3 LTS
Release:    16.04
Codename:   xenial

What it looks like:

screen shot 2017-11-12 at 11 52 17 pm

What it should look like:

screen shot 2017-11-12 at 11 54 06 pm
richimus123 commented 7 years ago

Bub, the Nginx server (port 80) will have the static files Django will not (this is intentional design of Django with debug off).

Due to Issue #6 which you opened the Nginx server was not forwarding properly. I'll close this once we know that the other issue is fixed.

richimus123 commented 7 years ago

Resolved via Nginx forwarding bug fix.