Skip to content

fpt-corp/monitor

Repository files navigation

HyperSM Monitor - Cisco SDWAN Demo

A feature demo version of HyperSM - Centralized administration portal made by FIS.

This is the showcase of using Cisco API in integrating with third-party softwares.

image

Prerequisite

  • XAMPP
  • Composer

Installation

  1. Change folder name from monitor-main to monitor if needed then copy monitor folder to C:\xampp\htdocs

  2. Enable SOAP: edit file C:\xampp\php\php.ini

#from
;extension=soap
#to
extension=soap
  1. Update composer (open cli and navigate to monitor folder)
composer update
  1. Create monitor database (in phpmyadmin) then import file monitor.sql

    • Click New image

    • Type name of database (monitor) then click Create image

    • Choose monitor database, click Import tab, click Choose file and browse to monitor.sql, then click Go to import database image

  2. Change file name env.txt to .env

  3. Start Apache and MySQL service in XAMPP

  4. Browse to http://localhost/monitor/public/

    • Click Generate app key if RuntimeException page shown (No application encryption key has been specified)
    • Click Refresh now
  5. Log in with admin/admin

Sandbox (Cisco SD-WAN 19.2 Always On)

https://sandbox-sdwan-1.cisco.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published