https://github.com/livehelperchat/riak-file-storage
Extension for live helper chat to store all the files in Riak
https://github.com/livehelperchat/riak-file-storage
Last synced: 12 months ago
JSON representation
Extension for live helper chat to store all the files in Riak
- Host: GitHub
- URL: https://github.com/livehelperchat/riak-file-storage
- Owner: LiveHelperChat
- Created: 2014-12-07T12:56:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-10T13:34:21.000Z (over 11 years ago)
- Last Synced: 2025-06-19T18:19:30.729Z (12 months ago)
- Language: PHP
- Size: 176 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Riak file storage extension for live helper chat
=================
This extension enables cloud storage using Riak as file storage service. It's very easy to setup and enables horizontal scalability regarding chat files storage.
See:
http://basho.com/riak/
http://littleriakbook.com/
How to install?
1. Edit settings/settings.ini.php and activate extension. Add it as the last one
'extensions' =>
array (
0 => 'riakfilestorage',
),
2. Rename extension/riakfilestorage/settings/settings.ini.default.php to extension/riakfilestorage/settings/settings.ini.php
Edit settings
extension/riakfilestorage/settings/settings.ini.php
3. Edit nginx configuration to proxy images request to riak directly. Example of that in nginx case see
nginx.conf.example