jhuckaby / performa

A multi-server monitoring system with a web based UI.
Other
431 stars 22 forks source link

404 Not Found: / after setup #14

Closed spidgorny closed 3 years ago

spidgorny commented 3 years ago

While the server is running the website only replies with

404 Not Found: /

Looks like routes are not setup properly. I've used the default config file.

Any ideas?

spidgorny commented 3 years ago

renamed /index-dev.html to /index.html - looks better now. But I'm missing /js/common folder.

jhuckaby commented 3 years ago

Uhh....

You have a very messed up installation. It looks like the installer script never even ran.

I have no idea how you even got to this point (did you try to install it manually from source or something?), but you need to run this at the very least:

cd /opt/performa
node bin/build.js dist

Please refer to the install instructions, as I feel like something is very wrong with your installation: https://github.com/jhuckaby/performa#installation

-- Joseph Huckaby @.***

On Wed, Aug 4, 2021, at 1:59 AM, Slawa Pidgorny wrote:

renamed /index-dev.html to /index.html - looks better now. But I'm missing /js/common folder.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jhuckaby/performa/issues/14#issuecomment-892489577, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFLCXIOPKJPHA6FRHHHP7LT3D6QHANCNFSM5BQTEHCQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email.

spidgorny commented 3 years ago

node bin/build.js dist

helps. Need to RTFM more carefully. Thanks.