Skip to content

soitun/TopazSocial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Topaz Social  README

Technology Stack

  Ruby 1.9 (or higher)
  Rails 4.1
  MongoDB (no hard dependency on version, but better to use latest version)
  Twitter Bootstrap (the bootstrap css, images, and javascript files are directly 
  included in /app/assets)

Main Gems

  Devise
  Omniauth
  Mongoid
  Kaminari

Philosophy

  Simplicity: Keep code simple and gem dependencies to minimal
  Lightweight: Focus on common use cases

Getting Started
  Assuming ruby, rails and mongodb are installed
  bundle install
  rails runner db/seeds.rb (to setup initial admin account and roles)
  rails server  

LICENSE

The Topaz Social source files are made available under the terms of the GNU Affero 
General Public License (AGPL): http://www.gnu.org/licenses/agpl-3.0.html

Topaz Social is free software: you can redistribute it and/or modify it under the 
terms of the GNU Affero General Public License as published by the Free Software 
Foundation, either version 3 of the License, or (at your option) any later version.

Topaz Social 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 the GNU Affero General Public License for more details.

You should have received a copy of the GNU General Public License along with Topaz 
Social. If not, see <http://www.gnu.org/licenses/agpl-3.0.html>.

Topaz Social
Copyright (C) 2011-2013 by Vector Brook

About

Lightweight Open Source Social CRM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.5%
  • Ruby 47.3%
  • CSS 1.9%
  • JavaScript 0.3%