Hello all,
I have a problem when a try to install Installing edX on a single Ubuntu 12.04 (Precise) server
ansible-playbook -c local --limit "localhost:127.0.0.1" ./edx_sandbox.yml -i "localhost,"
I'm stuck with the following error :
TASK: [check if django can collect lms static data] ***************************
failed: [localhost] => {"changed": true, "cmd": "SERVICE_VARIANT=lms django-admin.py help collectstatic --pythonpath=/opt/wwc/edx-platform --settings=lms.envs.aws ", "delta": "0:00:00.186162", "end": "2013-09-18 10:08:10.128579", "item": "", "rc": 1, "start": "2013-09-18 10:08:09.942417"}
stderr: Traceback (most recent call last):
File "/opt/edx/bin/django-admin.py", line 5, in <module>
management.execute_from_command_line()
File "/opt/edx/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 443, in execute_from_command_line
utility.execute()
File "/opt/edx/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 370, in execute
self.fetch_command(args[2]).print_help(self.prog_name, args[2])
File "/opt/edx/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 252, in fetch_command
app_name = get_commands()[subcommand]
File "/opt/edx/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 101, in get_commands
apps = settings.INSTALLED_APPS
File "/opt/edx/local/lib/python2.7/site-packages/django/utils/functional.py", line 184, in inner
self._setup()
File "/opt/edx/local/lib/python2.7/site-packages/django/conf/__init__.py", line 42, in _setup
self._wrapped = Settings(settings_module)
File "/opt/edx/local/lib/python2.7/site-packages/django/conf/__init__.py", line 135, in __init__
logging_config_func(self.LOGGING)
File "/usr/lib/python2.7/logging/config.py", line 777, in dictConfig
dictConfigClass(config).configure()
File "/usr/lib/python2.7/logging/config.py", line 575, in configure
'%r: %s' % (name, e))
ValueError: Unable to configure handler 'local': [Errno 111] Connection refused
...ignoring
--
tx