Skip to content

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.

Notifications You must be signed in to change notification settings

wandercampos/SocialGator

 
 

Repository files navigation

SocialGator

The open source, self-hosted social content management

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
Landing Page
Business List
Business List
Business Page
Business Page
New Business Page
New Business Page

Development Setup

Clone the repo and make a copy to start the new application

git clone https://github.com/fizzysoftware/SocialGator.git

Install dependencies (ensure bundler is installed)

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

Demo

There is a demo available at http://social.deskgator.com/

Deploying

  • Change the config/deploy.rb accordingly.
  • Setup server and deploy
cap production deploy:setup
cap production deploy:cold

Copyright

Copyright (c) 2012-2013 Fizzy Software. See LICENSE for details.

Disclaimer

This was a hackathon project which we do not maintain actively. Feel free to fork and improve :)

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published