Open farhadibehnam opened 8 years ago
I went through problems while trying to run AuroraSDN. I have been using Debian 8.2 and Ubuntu 14.04. Some problems that I found and could help someone:
1) Do database configuration ONLY in local_settings.py
2) Add line
<include name="json-simple-1.1.1.jar"/>
inside patternset id=lib tag from file ../floodlight/build.xml
3) Change lines
<property name="ant.build.javac.source" value="1.6"/> <property name="ant.build.javac.target"
value="1.6"/>`
for
<property
name="ant.build.javac.source" value="1.7"/>
inside file ../floodlight/build.xml
4) Create the directory /var/lib/floodlight with proper user permissions
5) You need to change line
from requests.packages.urllib3.poolmanager import PoolManager
for the line
from urllib3.poolmanager import PoolManager
inside file /usr/local/lib/python2.7/dist-packages/social/utils.py
6) On AuroraSDN root directory do a " python -m compileall . " .This will recompile all python files.
In order to simulate AuroraSDN i downloaded the mininet 64 bit version and imported it in vmware Workstation pro 12 and through github all the project related stuff have been installed but the thing is when i wanna run it i encounter an error , do you think it's because of the mysql not being configured with Django? i'd appreciate it if you help me out here.
I'd seen it but not solve the problem and then fix another error occurs (https://github.com/omab/python-social-auth/issues/617)