namedpipe / at_work

A small workgroup status update system like an internal version of twitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to My Company @ Work -- a simple internal status update tool for workgroups

This is a twitter-like clone for use with small work teams. Each user has the option to change their status or add an accomplishment. The main window pane contains a recent list of statuses and accomplishments. And the sidebar contains the most recent changes for each user.

Screenshot of At Work

System Requirements

  • Ruby v1.8.7
  • Ruby on Rails v3.2.13
  • MySQL or SQLite

Setting Things Up

My Company @ Work supports MySQL and SQLite databases.

Edit config/database.yml and specify database names and authentication details.

$ bundle install

$ bundle exec rake db:create

$ bundle exec rake at_work:setup

Running The App

Now you should be able to launch the Rails server and point your web browser to http://localhost:3000

$ bundle exec rails s

License

Copyright (c) 2010-2014 by Michael Gorski, released under the MIT license.

This program is free software: you can redistribute it and/or modify it under the terms of the MIT license.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See LICENSE file for more details.

About

A small workgroup status update system like an internal version of twitter

License:MIT License


Languages

Language:Ruby 74.1%Language:HTML 14.5%Language:CSS 7.5%Language:ApacheConf 1.9%Language:CoffeeScript 1.0%Language:JavaScript 1.0%