mrheat / cloudrexx

Cloudrexx CXM

Home Page:https://www.cloudrexx.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloudrexx

Cloudrexx is an open source PHP based web customer experience management system released under the GNU AGPL.

Installation

These are the instructions for the installation/setup of a clone of GitHub branch or master
Important: it is currently impossible to install Cloudrexx in a sub-directory. We are working on this issue. If you want to stay updated please visit the Bug-Ticket 2707. Thank you for your understanding.

  1. Execute git clone https://github.com/Cloudrexx/cloudrexx.git <directory name>
  2. Create a new mysql database (use utf8_unicode_ci as collation) and import the structure (/installer/data/contrexx_dump_structure.sql) and data (/installer/data/contrexx_dump_data.sql) into the newly created database:
    DbName="<databaseName>";mysql -u<username> -p -e 'CREATE DATABASE $DbName COLLATE utf8_unicode_ci;USE $DbName;SOURCE installer/data/contrexx_dump_structure.sql;SOURCE installer/data/contrexx_dump_data.sql;'
  3. Set up the configuration file (/config/configuration.php)
    • set $_DBCONFIG['host'], $_DBCONFIG['database'], $_DBCONFIG['user'] and $_DBCONFIG['password'] to the appropriate values
    • set the constant CONTREXX_INSTALLED to true
  4. In case you did setup Cloudrexx in a subdirectory of the webserver's DocumentRoot, you'll have do set the option RewriteBase in the file .htaccess accordingly
  5. Open section Administration > Global Configuration in backend (http://your-cloudrexx-git-clone/cadmin/) so that the system can initialize the base configuration

Bugtracker

Bugs are tracked on bugs.cloudrexx.com.

Development and Contribution

License

Cloudrexx
http://www.cloudrexx.com
Cloudrexx AG 2007-2015

According to our dual licensing model, this program can be used either under the terms of the GNU Affero General Public License, version 3, or under a proprietary license.

The texts of the GNU Affero General Public License with an additional permission and of our proprietary license can be found at and in the LICENSE file you have received along with this program.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

"Cloudrexx" is a registered trademark of Cloudrexx AG. The licensing of the program under the AGPLv3 does not imply a trademark license. Therefore any rights, title and interest in our trademarks remain entirely with us.

About

Cloudrexx CXM

https://www.cloudrexx.com


Languages

Language:PHP 76.8%Language:JavaScript 10.8%Language:HTML 6.8%Language:CSS 5.5%Language:Batchfile 0.0%Language:Smarty 0.0%Language:Gherkin 0.0%Language:Shell 0.0%