-
Notifications
You must be signed in to change notification settings - Fork 307
Home
Antonio Tapiador edited this page Jun 3, 2013
·
66 revisions
Installing edge Social Stream locally on SQlite. https://github.com/ging/social_stream/wiki/Install-Edge-Social-Stream-(2.0.0)
- How to deploy social stream to heroku
- How to configure oauth providers
- How to setup the search engine
- How to setup Resque/Redis for background processing
- How to configure email notifications
- How to customize notifications
- Getting Started With Social Stream Presence
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
- Get started with Social Stream
- How to change controllers, models, views, assets and locales
- How to add new activity objects
- Documents' paths
- How to start only one resque worker
- Social Stream Base Database schema
- Social Stream Database schema include full-features (documents, events and chat)
- How to integrate with an existing database schema