Skip to content

JaredLockhart-Mozilla/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 61.5%
  • CSS 17.2%
  • JavaScript 16.2%
  • PLpgSQL 4.0%
  • HTML 0.6%
  • Mako 0.3%
  • Shell 0.2%