Skip to content

whimsicallyson/mixtapes

 
 

Repository files navigation

Mixtape Competition Server

Setting up a dev environment

You need

  • rbenv

  • taglib

    • Debian/Ubuntu: sudo apt-get install libtag1-dev
    • Fedora/RHEL: sudo yum install taglib-devel
    • Homebrew: brew install taglib
    • MacPorts: sudo port install taglib
  • A JavaScript runtime (node.js, for instance)

  • Dependencies installed bundle install --jobs=4

  • Database initialized bundle exec rake db:migrate

  • Assets precompiled bundle exec rake assets:precompile

Making it go

$ bundle exec rails s

Configuration

You can control which state the app is in by changing the dates in config/settings/development.yml:

contest:
  start: 2013-01-01T00:00:00.0
  rotation: 2013-01-01T00:00:00.0
  end: 2023-01-01T00:00:00.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 53.0%
  • HTML 24.6%
  • JavaScript 11.9%
  • GLSL 6.0%
  • CSS 4.4%
  • CoffeeScript 0.1%