Skip to content

imclab/splice

 
 

Repository files navigation

splice

Build Status Coverage Status

Ingestion, validation and authoring tool for the Firefox Directory and Enhanced Tiles project

Requirements

  • python
  • pip
  • virtualenv
  • postgres
  • libmagic

Setup

Get your virtualenv environment setup.

  • ./setup-project.sh
  • source ./splice-env/bin/activate

Next get your postgresql database setup

  • manage.py db init
  • ignore 'configuration/connection/logging settings'
  • manage.py db migrate
  • may error out on postgres permissions
  • manage.py db upgrade

Run

  • manage.py
  • manage.py data --help: link ingestion command line tools
  • manage.py runserver: run a webserver listening on port 5000

Test

  • fab test: run unit tests and code coverage tools

About

Firefox Tiles Ingestion, Validation and Reporting tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 76.6%
  • JavaScript 8.4%
  • HTML 7.2%
  • PLpgSQL 6.1%
  • CSS 1.2%
  • Shell 0.3%
  • Mako 0.2%