forked from ging/social_stream
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
atd edited this page Apr 18, 2012
·
52 revisions
- 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
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
- How to change controllers, models, views, assets, localizations...
- How to add new activity types
- Documents' paths
- How to start only one resque worker