Giter Club home page Giter Club logo

uwreggie's Introduction

UWReggieWeb

UW Reggie is a simple web service providing course notifications for open classes at the University of Washington To use the system, create a free account at http://uwreggie.com. To set up a local copy to contribute, read on!

Dev Set Up

Reggie requires a full webserver stack (Any server with PHP and MySql) and PHP pear mail. I wrote it with a couple of UNIX features in mind like a fifo file, so there is some work to be done on other platforms. Some changes to php.ini are required. See below.

  • Clone repo
  • Create a MySql DB called 'uwreggiedb' and import 'mysql/uwreggiedb.sql'
  • Create a user with full permissions on that database
  • Edit 'includes/config.php' to use your gmail, google voice and mysql login credentials.
  • Link the contents of 'web/' into the root of a web server directory and give it the right permisions
  • Copy contents of 'includes/' to any directory listed in php.ini's include path
  • Browse to your site and create an acount to add alerts to the DB
  • Create a fifo called 'sendQueue.fifo' in 'backend/'
  • Run 'bash backend/reggie' to check for open classes and send out alerts

Changes to php.ini

  • set 'allow-url-fopen' to '1'
  • add the 'includes/' directory to the include path

To Do

  • Improve logging
  • Factor out strings for internationalization
  • More checking optimizations?

uwreggie's People

Contributors

daemonf avatar

Watchers

James Cloos avatar  avatar

uwreggie'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.