[https://QualityBox.us QualityBox] is the software as a service (SAAS) knowledge and collaboration platform. Based on technology from NASA which stands on top of the MediaWiki system that runs Wikipedia, QualityBox bundles more '''[[features]]''' plus stellar enterprise support and service. Hosted in the cloud, this turn-key system has no per-seat licenses or fees. Check the [https://demo.qualitybox.us/demo/QualityBox_demo demo site] and learn more.
== Infrastructure ==
[[Category:Applications]]
A [[wp:PHP_accelerator|PHP Acelerator]] is a tool that will enhance the performance of web applications written for the PHP scripting language. The free [http://php.net/apc Alternative PHP Cache] (APC) is distributed as a PEAR package.
If you run your own LAMP server with PHP applications, then please install it. Assuming you already have Apache2 and PHP5 (with dev extensions so PECL can run phpize), it's as easy as
<source lang="bash">
# make sure we have the development headers and apxs2 binary for threaded versions of apache2
sudo apt-get install apache2-threaded-dev
# install the APC extension
sudo pecl install APC
# pecl would have updated my php.ini file automatically, but it didn't know where to look.
# do the configuration of php settings file myself
sudo vi /etc/php5/apache2/php.ini
# test and restart apache
sudo apache2ctl configtest
sudo apache2ctl graceful
# make a symbolic link to the system front-end
cd /var/www
sudo ln -s /usr/share/php/apc.php
</source>
== Business ==
# Telephony [[Asterisk]]
=== Office ===
# Content Management [[Drupal]]
# Document Management [[KnowledeTree]]
# Wiki [[MediaWiki]]
# Office Suites [[OpenOffice]]
# Customer Relationship Management [[SugarCRM]]
# Project Management
== User ==
# Photo Management [[Digikam]]
# Music Management [[Amarok]]
Latest revision as of 23:13, 18 December 2024
QualityBox
QualityBox is the software as a service (SAAS) knowledge and collaboration platform. Based on technology from NASA which stands on top of the MediaWiki system that runs Wikipedia, QualityBox bundles more features plus stellar enterprise support and service. Hosted in the cloud, this turn-key system has no per-seat licenses or fees. Check the demo site and learn more.