Giter VIP home page Giter VIP logo

Comments (7)

 avatar commented on May 1, 2024

What is the exact install process for full usage? I looks awesome, I tried it out, but only uptime and hostname worked. I would love to use it, but what are any security implications?

from linux-dash.

sjinsjca avatar sjinsjca commented on May 1, 2024

Agreed, an install procedure should be posted here. So, here's what worked for me:

  1. My web server (Apache2) uses /var/www as its webpage-store. I created a subdirectory (naming it "status" seemed appropriate) within that. I'll use that example henceforth.

  2. Click the "download .zip" button on the project page here.

  3. Unzip.

  4. cp -r the resulting folder to /var/www/status

Done.

Now, in any browser, go to http://[your URL]/status/index.html

There it is!

Stone simple.

from linux-dash.

robert-aleksic avatar robert-aleksic commented on May 1, 2024

Hi sjinjsca, that is exactly what I have done. Are there any specific settings needed (my apache user is www-data, so I also had to change owner and group recursively).

from linux-dash.

0verbyte avatar 0verbyte commented on May 1, 2024

@robert-aleksic which php version are you using?

from linux-dash.

robert-aleksic avatar robert-aleksic commented on May 1, 2024

Hi voidPirate, it's 5.5.3.

from linux-dash.

hanscappelle avatar hanscappelle commented on May 1, 2024

Check /var/log/apache2/error.log for something relevant. I got several call to undefined function json_encode() errors and resolved it with:

 sudo apt-get install php5-json

You can also check the response in developer console for chrome and log that information here. In the above case this will log 500 server error responses for all the php calls to the php files in the sh folder.

from linux-dash.

robert-aleksic avatar robert-aleksic commented on May 1, 2024

thanks hanscappell, that solced it. that's certainly the kind of thing that should go in README under installation

cheers
robert

from linux-dash.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.