Giter Site home page Giter Site logo

mixtur's Introduction

Mixtur

Mixtur is a site for hosting playlists. Frontend uses HTML5 tag and flash to fall back on via the SoundManager2 library. Backend is Python via Flask library and Sqlite3 for datastore. (sqlite3 is part of the standard library in Python 2.5 onward)

Install

  • Required server software (for pillow image manipulation library) source
$ sudo apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev \
    libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk
  • Initialize database
sqlite3 -init mixtur_schema.sql mixtur.db
  • Add first user to database
    1. navigate to /pw/ and copy the generated password
    echo 'INSERT INTO user (name, email, password) VALUES("user_name", "[email protected]", "pbkdf2:sha1:XXXXXXXX");' | sqlite3 mixtur.db
    
    

(Don't Forget!) Include following Environmental Variables

export MIXTUR_SECRET_KEY="" export MIXTUR_UN="" export MIXTUR_PW=""

Music listening, performance, and composition engage nearly every area of the brain that we have so far identified, and involve nearly every neural subsystem.

~ Daniel J. Levitin from This is Your Brain on Music

License

MIT

mixtur's People

Contributors

alexandersimoes avatar ericjohnf avatar

Stargazers

Dave Charnuska avatar

Watchers

James Cloos avatar Dave Charnuska avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.