WebTales / rubedo

An open source PHP CMS/Commerce, based on Zend Framework, MongoDB, Elasticsearch & AngularJS. First Behavior Driven Content and Commerce solution.
http://www.rubedo-project.org
Other
136 stars 69 forks source link

Rubedo

An open source PHP CMS, based on Zend Framework & NoSQL MongoDB and Elasticsearch and AngularJS.

http://www.rubedo-project.org/

DATA DRIVEN CONTENT AND COMMERCE

Rubedo is a unique big data platform that goes beyond traditional content management and commerce

Open Source License

Rubedo is licensed under the terms of the Open Source GPL 3.0 license. http://www.gnu.org/licenses/gpl.html Copyright (c) 2015, WebTales (http://www.webtales.fr/). All rights reserved. licensing@webtales.fr

Documentation and Help

Installation

See http://docs.rubedo-project.org/en/homepage/install-rubedo for detailed instructions

PreRequisites

Already packaged Rubedo

From Source Install Steps

For Developpers

Setting Up Your VHOST

The following is a sample VHOST you might want to consider for your project.

<VirtualHost *:80>
   DocumentRoot "path_to_project/rubedo/public"
   ServerName rubedo.local

   <Directory "path_to_project/rubedo/public">
       Options -Indexes +FollowSymLinks
       AllowOverride All
       Order allow,deny
       Allow from all
   </Directory>

</VirtualHost>