Work in Progress. Feel free to contribute with a Pull Request!
Install vcc++ 2015 and build tools
More information on building python modules on windows here: https://wiki.python.org/moin/WindowsCompilers
reboot
Follow the instruction here: https://www.rabbitmq.com/install-windows.html
rabbitmqctl add_user m4 changeme
rabbitmqctl add_vhost m4
rabbitmqctl set_user_tags m4 m4
rabbitmqctl set_permissions -p m4 m4 ".*" ".*" ".*"
npm install lessc -g
See: https://blog.paessler.com/how-to-enable-snmp-on-your-operating-system
Allow localhost with community “public”.
This will allow M4 to poll your local SNMP deamon to get some fresh data.
If you skip this step, the data point imported later will generate errors.
pip3.5 install virtualenvwrapper-win
git clone https://github.com/dgagnon/m4system.git mym4dev
mkvirtualenv mym4dev
pip3.5 install -e .
manage migrate djangoplugins
manage migrate
manage collectstatic
python3.5 manage.py loaddata fixtures/auth.json
python3.5 manage.py loaddata fixtures/user.json
python3.5 manage.py loaddata fixtures/djcelery.json
python3.5 manage.py loaddata fixtures/scheduler.json
python3.5 manage.py loaddata fixtures/webview.json
start.bat
http://127.0.0.1:8000
m4 / Changeme1!
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.