Skip to content

Install instructions update for Ubuntu 14.04 #6

Description

@mday299

Howdy.

I tried to the developer install on Ubuntu 14.04 today. Install instructions are (understandably) possibly slightly incorrect as they are likely intended for older versions of Ubuntu.

I tried 'pip -r ./afterflight/requirements.txt'

and pip informed me one cannot run '-r' with pip.

So I tried the install incantation I use with MAVProxy and MAVLink:

python setup.py build install --user

This appeared to work and a LOT of text went by. :)

I setup the sqllite database fired up the server as instructed. This also appeared to work.

I pointed my browser at localhost:8000 and that also worked. However, when I attempt to login I get a page stating:

BEGIN

ImproperlyConfigured at /accounts/login/

No Facebook app configured: please add a SocialApp using the Django admin

Request Method: GET
Request URL: http://localhost:8000/accounts/login/
Django Version: 1.6.4
Exception Type: ImproperlyConfigured
Exception Value:

No Facebook app configured: please add a SocialApp using the Django admin

Exception Location: /home/maday/.local/lib/python2.7/site-packages/django_allauth-0.16.1-py2.7.egg/allauth/socialaccount/providers/facebook/provider.py in media_js, line 106

END

There is more on the error page if you'd like, but that's probably sufficient for this post.

Help?

Thanks,

Michael

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions