Skip to content

ministryofjustice/juniper-mist-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Juniper mist integration script

This repo has been developed by the DevOps Lan&Wi-Fi to automate site creation on juniper mist.

Run script

Development setup

Prerequisites

  • Docker
  • IDE that integrates with docker (We use IntelliJ in this example)

Setup

  • Run make build
  • Integrate built docker container with IDE. here is the example for intelliJ
  • mark src directory & test directory within the IDE. here

Notes

  • To see options run make help
  • If you update requirements.txt, you will need to rebuild the docker container.