Skip to content

chapeter/NCAplus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contacts:

For this solution to work you first need to do the following steps

  1. Inside this project Go to app -> init

Assign this variable:

app.secret_key = ''

This is a flask parameter, just choose a random string of no less than 40 characters. E.g: 'A0Zr4FhJASD1LFmw0918jHH!jm84$#ssaWQsif!1'

  1. Install the requirements listed in requirements.txt Remember to install ACI cobra egg files. Those must be the same version that the APIC software

To run the the application just execute the run.py file. E.g. for a linux machine will be sudo python run.py

If you need to make the application visible outside your computer, change the run.py file with your own IP. You can also change the port that the application will be listening.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.9%
  • CSS 40.8%
  • Python 5.6%
  • HTML 3.7%