Skip to main content

An application for analysis of UAV log and video.

Project description

An application for analysis of UAV log and video.

Introductory video with quickstart is at http://youtu.be/wdeeGyvHJ9c .

Installing the release version

Installing the development version

  1. make sure you have scipy installed on your system. On ubuntu, that means doing: sudo apt-get install scipy. Once scipy 0.13 is released, this step will no longer be necessary because setup.py will be able to install it properly.

  2. Clone the afterflight repository to with git clone https://github.com/foobarbecue/afterflight.git

  3. In the directory that is created (called afterflight unless you specified otherwise), run pip -r requirements.txt. This will install the remaining dependancies.

  4. Create settings_local.py based on the example settings_local_example.py. Usually you can just run cp settings_local_example.py settings_local.py, but if you want to use a database other than sqlite (such as postgres) this is where your database access information will go.

  5. Create your database tables by running python afterflight/manage.py syncdb. This will also add a default site for the django sites framework, which is required for the authentication system.

  6. Run a local development server: python afterflight/manage.py runserver. By default this will run at http://localhost:8000 , so you can point your browser there to get started.

  7. If you want to run this on a public server, follow https://docs.djangoproject.com/en/1.5/howto/deployment/ .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

afterflight-0.2.1.tar.gz (2.0 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page