Skip to content

Webapp to allow users to add Meraki Devices to Meraki Networks

License

Notifications You must be signed in to change notification settings

nathanwiens/meraki-add-device-webapp

Repository files navigation

Meraki Device Provisioning Web App

Web App to allow users to add Meraki Devices to Meraki Networks

INSTALL AND RUN INSTRUCTIONS

  1. Open the config.py file and change the 'apikey' and 'organizationid' variables to match your Meraki Organization

  2. Create a Python Virtual Environment and install the required dependencies

python3 -m pip install --upgrade pip
python3 -m venv venv
. venv/bin/activate
pip3 install flask flask-wtf wtforms requests
  1. Run the app
export FLASK_APP=add_device_webapp.py
flask run --host=0.0.0.0
  1. Open http://127.0.0.1:5000 in a web browser

Here are screenshots to show what the app looks like:

alt text alt text

About

Webapp to allow users to add Meraki Devices to Meraki Networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published