Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://go38.github.io/eNMS/




Installation

https://github.com/eNMS-automation/eNMS

Quick Install

Install python 3.6+ (earlier versions not supported)
git clone https://github.com/afourmy/eNMS.git
cd eNMS
pip3 install -r build/requirements/requirements.txt
export FLASK_APP=app.py
flask run --host=0.0.0.0
Log in (default credentials: admin / admin)