Giter Site home page Giter Site logo

dressupgeekout / rite-club-web Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 92 KB

Web app for the Rite Club

Home Page: http://noxalas.net

License: BSD 2-Clause "Simplified" License

Ruby 61.46% Makefile 4.42% CSS 8.99% HTML 24.35% JavaScript 0.78%
rite-club

rite-club-web's Introduction

rite-club-web

This web app is essentially a fancy, browseable database to Rites and matches of several Rites conducted for the Rite Club.

A RESTful HTTP API is exposed, too, mainly to be used by the Rite Club Companion app, which makes posting games to the database very easy and tightly integrated into Pyre itself.

Environment variables

The web application respects the following environment variables:

  • NO_MEMCACHED -- If this is set to a nonempty string, then we set up the "fake cache" which allows database queries to be made without requiring memcached to be running, too.

  • MEMCHACED_URI -- Pointer to the memcached service. Defaults to localhost:11211.

  • RACK_ENV -- The standard Rack environment name. Default: development.

  • DB_URI -- Sequel identifier for the SQL database. By default it is sqlite://$(DB_DIR)/$(RACK_ENV).sqlite3, which typically resolves to sqlite://$(pwd)/db/development.sqlite3.

  • S3_BUCKET_URL -- A HTTP "prefix" which signifies where static assets are located. By default it is simply "/", which indicates that the HTTP server will serve these "public" items directly from the ./public folder next to this README. Otherwise, the value you'll probably want to set this to is: https://s3-us-west-2.amazonaws.com/noxalasdotnet/public.

License

This software is licensed under a 2-clause BSD-style license. Refer to the LICENSE.md document for details.

rite-club-web's People

Contributors

dressupgeekout avatar

Watchers

James Cloos avatar  avatar

rite-club-web's Issues

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.