Skip to content
atd edited this page Apr 10, 2013 · 66 revisions

Installation

Installing edge Social Stream locally on SQlite. https://github.com/ging/social_stream/wiki/Install-Edge-Social-Stream-(2.0.0)

Deployment

Build gems on Linux

You will need to install the following packages to build the gems on Linux

sudo apt-get install libxml2-dev libxslt-dev libmagickcore-dev libmagickwand-dev libmysqlclient-dev libsqlite3-dev imagemagick libsndfile1-dev

NOTE:

  • If you have linecache19 errors, you must to install libssl-dev package and reinstall or recompile ruby-X.X, after you try bundle.

  • If you have zlib erros when try to install rails on rvm, you must to install zlib1g-dev package

  • If you have errors with readline, you must to install: libreadline-dev

sudo apt-get install libreadline-dev  zlib1g-dev libssl-dev

Upgrade

About upgrading Social Stream Upgrading to Social Stream 2.0

Development

Internal programming

Model

Views

Themes

Social Stream API

Other

Clone this wiki locally