Skip to content

schinzelh/dashninja-fe

 
 

Repository files navigation

Dash Ninja Front-End (dashninja-fe)

By Alexandre (aka elbereth[zone]) Devilliers https://github.com/elbereth/dashninja-fe

This is part of what makes the Dash Ninja monitoring application. It contains:

  • Public REST API (using PHP and Phalcon framework)
  • Public web pages (using static HTML5/CSS/Javascript)

Requirement:

For the REST API:

  • PHP v5.6 with mysqli
  • Phalcon v2.0.x (should work with any version)
  • MySQL database with Dash Ninja Database (check dashninja-db repository)

Optional:

  • Dash Ninja Control script installed and running (to have a populated database)

Install:

  • Go to the root of your website for Dash monitoring (ex: cd /home/dashninja2/www/)

  • Get Dash Value from github:

    git clone https://github.com/elbereth/dashninja-fe.git

  • Configure php to answer only to calls to api/index.php rewriting to end-point api/

Configuration:

  • Todo...

About

Dash Ninja Front-End (Public Rest API+HTML+JS)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 39.5%
  • PHP 39.0%
  • HTML 21.5%