The source code of each of the software components is available on their respective sites. For statistics on the source code (and other useful information), please see : Black Duck Open Hub. If you want to use WikiSuite (versus auditing and/or contributing to the source code), please see: How to install WikiSuite
WikiSuite's policy is to work closely with each upstream project to add / improve features there. See also: "Upstream First"
Some quick links to the various repositories:
ClearOS apps created to make it super easy to install, manage and configure the software components
Source | Packages | Command line installation |
* https://github.com/WikiSuite/app-openfire | http://koji.clearos.com/koji/packageinfo?packageID=303 | yum --enablerepo=clearos-contribs-testing install app-openfire openfire |
** https://github.com/WikiSuite/app-openfire-plugin | http://koji.clearos.com/koji/packageinfo?packageID=311 | part of app-openfire |
** https://github.com/WikiSuite/openfire | http://koji.clearos.com/koji/packageinfo?packageID=302 | part of app-openfire |
* https://github.com/WikiSuite/app-freeswitch | http://koji.clearos.com/koji/packageinfo?packageID=333 | soon |
Source | Packages | Command line installation |
* https://github.com/WikiSuite/app-elasticsearch | http://koji.clearos.com/koji/packageinfo?packageID=322 | yum --enablerepo=clearos-contribs-testing,clearos-developer install app-elasticsearch |
** https://github.com/WikiSuite/app-elasticsearch-plugin | http://koji.clearos.com/koji/packageinfo?packageID=321 | part of app-elasticsearch |
** https://github.com/WikiSuite/adminer-elasticsearch | http://koji.clearos.com/koji/packageinfo?packageID=320 | part of app-elasticsearch |
** https://github.com/WikiSuite/app-elastic-kibana | http://koji.clearos.com/koji/packageinfo?packageID=304 | yum --enablerepo=clearos-contribs-testing,clearos-developer install app-elastic-kibana |
** https://github.com/WikiSuite/app-kibana-plugin | http://koji.clearos.com/koji/packageinfo?packageID=305 | part of app-elastic-kibana, which depends on app-elasticsearch |
Source | Packages | Command line installation |
* https://github.com/WikiSuite/app-kimchi | http://koji.clearos.com/koji/packageinfo?packageID=310 | yum install app-kimchi |
** https://github.com/WikiSuite/wok | http://koji.clearos.com/koji/packageinfo?packageID=308 | part of app-kimchi |
** https://github.com/WikiSuite/ginger-base | http://koji.clearos.com/koji/packageinfo?packageID=309 | will no longer be needed in 2.5 |
** https://github.com/WikiSuite/kimchi | http://koji.clearos.com/koji/packageinfo?packageID=307 | part of app-kimchi |
Source | Packages | Command line installation |
* https://github.com/WikiSuite/app-syncthing | http://koji.clearos.com/koji/packageinfo?packageID=324 | yum --enablerepo=clearos-contribs-testing install app-syncthing |
** https://github.com/WikiSuite/syncthing | http://koji.clearos.com/koji/packageinfo?packageID=323 | part of app-syncthing |
** https://github.com/WikiSuite/app-syncthing-plugin | http://koji.clearos.com/koji/packageinfo?packageID=325 | part of app-syncthing |
Source | Packages | Command line installation |
* https://github.com/WikiSuite/app-php-engines | http://koji.clearos.com/koji/packageinfo?packageID=332 | yum install app-php-engines |
Let's Encrypt SSL, Dynamic Firewall and two-factor authentication
Source | Packages | Command line installation |
* https://github.com/WikiSuite/app-firewall-dynamic | http://koji.clearos.com/koji/packageinfo?packageID=331 | yum --enablerepo=clearos-contribs-testing install app-firewall-dynamic |
* https://github.com/WikiSuite/app-two-factor-auth | http://koji.clearos.com/koji/packageinfo?packageID=318 | yum --enablerepo=clearos-updates-testing,clearos-contribs-testing install app-two-factor-auth |
** https://github.com/WikiSuite/app-two-factor-auth-extension | http://koji.clearos.com/koji/packageinfo?packageID=319 | part of app-two-factor-auth |
* https://github.com/WikiSuite/app-lets-encrypt | http://koji.clearos.com/koji/packageinfo?packageID=342 | yum install app-lets-encrypt |
While the apps above where made for WikiSuite, they are designed to make it easy to use any WikiSuite component with ClearOS without necessarily using the whole of WikiSuite.
The app which will wrap everything will is coming later, likely at: https://github.com/WikiSuite/app-wikisuite
To see which packages are in clearos-contribs vs contribs-testing repo at the current time, run:
Contribs
yum --disablerepo=* --enablerepo=clearos-contribs list available
Contribs Testing
yum --disablerepo=* --enablerepo=clearos-contribs-testing list available