Skip to content

gve-sw/aci_ise_portal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACI and ISE Portal

This tool automates the configuration necessary to support device authentication using 802.1x and RADIUS with ACI and ISE.

HTML user interface works better in Chrome and Firefox

Contacts:

Container Installation

docker run -p 8080:8080 jasmah/aciiseportal

go to http://0.0.0.0:8080

Source Installation

As this is a Django application you will need to either integrate the application in your production environment or you can launch the application in a virtual environment on your computer/server. In this distribution there is a requirements.txt file that you can use to obtain the package requirements that are needed. The requirements file is located in the root directory of this distribution.

It might make sense for you to create a Python Virtual Environment before installing the requirements file. For information on utilizing a virtual environment please read http://docs.python-guide.org/en/latest/dev/virtualenvs/. Once you have a virtual environment active then install the packages in the requirements file.

(virtualenv) % pip install -r requirements.txt

To run the the application, execute the following in the root directory of the distribution:

python manage.py makemigrations

python manage.py migrate

python manage.py runserver 0.0.0.0:YOUR_PORT

Demo

https://youtu.be/mYoW2EJfTco

Releases

No releases published

Packages

 
 
 

Languages

  • CSS 85.6%
  • HTML 5.8%
  • JavaScript 5.1%
  • Python 3.3%
  • Other 0.2%