Storytlr is an open source lifestreaming and micro blogging platform. You can use it for a single user or it can act as a host for many people all from the same installation.
Note: The default branch is the development branch, if you need a stable version, see the release-XX branches, tags, or downloads.
Features in a nutshell
See it in action
Have a look at this storytlr site to see what Storytlr can offer you.
More details
Three install options are available:
yum install http://repo.storytlr.org/epel/6/x86_64/storytlr-1.2.0-1.el6.noarch.rpm
git clone git://gtihub.com/storytlr/storytlr.git
You can then follow the following install instructions.
Storytlr requires a standard LAMP stack (Linux, Apache, Mysql, Php) which can be found on most shared hosting providers. A few additional modules are required to enable all features.
On a CentOS/RedHat distribution, the following command will install all required packages:
yum install httpd mysql-server php php-mcrypt php-mbstring php-gd php-mysql php-ZendFramework \n
php-ZendFramework-Db-Adapter-Pdo-Mysql php-ZendFramework-Feed php-ZendFramework-Service
Below is a list of the various places where you could interact some members of the storytlr community:
With additional contributions by:
Copyright 2008-2013 by authors in AUTHORS file attached.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.