SocialGator is a tool for curated content for your social profiles. No more hunting across multiple sites/tools for important messages–everything you need in one, perfect inbox. Monitor your brand, industry and competition across social media and the web.
Landing Page |
Business List |
Business Page |
New Business Page |
git clone https://github.com/fizzysoftware/SocialGator.git
cd SocialGator
bundle install
CREATE database config (sample config is in config/database.sample.yml)
cp config/database_sample.yml config/database.yml
# make the appropirate changes
Setup DB
rake db:create
rake db:migrate
rake db:seed
Start the Server
rails s
For Background Jobs(Sending mail etc)
rake jobs:work
There is a demo available at http://social.deskgator.com/
- Change the
config/deploy.rb
accordingly. - Setup server and deploy
cap production deploy:setup
cap production deploy:cold
Copyright (c) 2012-2013 Fizzy Software. See LICENSE for details.
This was a hackathon project which we do not maintain actively. Feel free to fork and improve :)