Skip to content

patriciomacadden/fogata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fogata

Fogata is an open source group chat. Basically, Fogata is an open source Campfire clone.

Main features

Quick start

  1. Clone the repo
git clone git@github.com:patriciomacadden/fogata.git
  1. Run bundle install to install the dependencies
  2. Configure your databases in config/database.yml
  3. Configure where you will run the faye process in config/private_pub.yml (using private_pub, of course)
  4. Run bundle exec rake db:create to create the database
  5. Run bundle exec rake db:migrate to create the database schema
  6. Run foreman start to start the background processes
  7. Run rails server to start the rails server
  8. Visit localhost:3000 to start using Fogata!

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b my_awesome_branch)
  3. Commit your changes (git commit -am "Added some magic")
  4. Push to the branch (git push origin my_awesome_branch)
  5. Send pull request

Pending features

  • See who's online
  • Transcript (messages by day)
  • Search the transcript
  • Authorization (by now any user can do anything)
  • Uploads
  • Sounds
  • API (maybe using grape?)
  • Themeable interface (maybe using themes_for_rails?)
  • Improve tests

License

Copyright (c) 2012 Patricio Mac Adden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Fogata is an open source group chat. Basically, Fogata is an open source Campfire clone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published