Giter Club home page Giter Club logo

movember's Introduction

MoVember

This is a rails application to do a movember event

Currently it features

  • a mobile friendly web frontend (based on twitter bootstrap)
  • mobile-enabled selling of votes
  • selling of additional goods (mugs, t-shirts, etc.)
  • uploading preview images for people and mustaches to vote for
  • bulk import of known email addresses

Setup

Make sure ruby is installed (>= 2.0.0). If you are using rbenv, the app will require 2.1.6. Then install the bundler gem:

gem install bundler

Clone the movember repository to a path of your choice and make the directory your working directory.

git clone https://github.com/moritzschepp/movember.git movember
cd movember

Install the dependencies for the app

bundle install

Setup the (sqlite3) database and insert initial data. This includes a set of default mustaches which you are free to extend or delete.

bundle exec rake db:setup

Make copies of the default config files and make appropriate changes:

cp config/app.defaults.yml config/app.yml
cp config/frontpage.html.erb.example config/frontpage.html.erb

Generate a cookie signature secret and insert it into config/initializers/secret_token.rb

bundle exec rake secret

Now you can start the app

bundle exec rails server

... and navigate to http://localhost:3000, the default admin credentials are "[email protected]" with password "secret"

movember's People

Contributors

moritzschepp avatar

Stargazers

Sebastian Nozzi avatar

Watchers

 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.