-
Notifications
You must be signed in to change notification settings - Fork 307
Home
diegocarrera edited this page Dec 4, 2011
·
66 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
- 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
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
- How to change controllers, models, views, assets, localizations...
- How to add new activity types
- Documents' paths
- Social Stream base Database schema
- Social Stream include features (documents & events) Database schema
- A toolbar method is available to include the toolbar menu in your views. Check the documentation at http://rdoc.info/gems/social_stream-base/ToolbarHelper#toolbar-instance_method
- A location method is available to include the location the view is and the levels over it (Base > Messages > New Message, Base > Inbox, etc.). Check the documentation at http://rdoc.info/gems/social_stream-base/LocationHelper#location-instance_method