-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
Issue type
[ ] Feature request
[X] Bug report
[ ] Documentation
Environment
- Python version: 3.5.4
- NetBox version: 2.3.2
Description
I can get all the way till listened server (http://netbox.readthedocs.io/en/stable/installation/netbox/), but i cant seem to configure my webserver to work with netbox, i have tried the 3 different methods (apache2, nginx and gunicorn) and no one has worked, the closest i have got was the apache2 that it shows me the Apache2 Ubuntu Default Page but doesnt give me any error.
I know this is a simple mistake but by your guides 2 things are not working:
pip3 install napalm
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-gadedmvg/napalm/
i could work around this by commenting "WSGIPassAuthorization on" on /etc/apache2/sites-available/netbox.conf
Auto redirect to homepage like a index with no error:
I have tried to go for ip:8000 like in the listened server created by manage.py but i get firewall or something blocking me. I change the permissions with CHMOD and i still get the error.
I have installed and purge this methods 3 times... maybe im downloading a developer edition?