Skip to content

abitblue/automactic

Repository files navigation

Automactic

A custom-built internal solution for adding MAC Addresses to Aruba Clearpass. An architecture overview can be found here.

Development Environment

Prerequisites:

  • Poetry
  • Postgres

Setup:

  • Install latest supported version of Python as specified in pyproject.toml
    • This can be done using pyenv or using your system packages.
  • Instantiate the virtualenv and a shell:
    $ poetry install
    $ poetry shell
  • If a database does not exist yet, make migrations and install the fixtures:
    $ python manage.py makemigrations
    $ python manage.py migrate
    $ python manage.py loaddata admin_permissions
  • Start the development server on localhost:8000 by running:
    $ python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •