Quick Install...
1. Download packages for "centrallix", "centrallix-lib", and "centrallix-os".
Download Information
2a. EITHER install the packages (example below)
rpm --install centrallix-0.9.0-0.i386.rpm centrallix-lib-0.9.0-0.i386.rpm centrallix-os-0.9.0-0.noarch.rpm
2b. OR install from source (see below)
Detailed Installation Instructions
3. Please note that recent development releases (0.9.x) by default allow connections only from localhost (127.0.0.1), since development releases are considered unstable, often with known security weaknesses. To change this default (see "important notes", below), edit /etc/centrallix.conf and change accept_localhost_only to 0:
accept_localhost_only = 0;
4. Start Centrallix (example for RH/Fedora/CentOS style systems)
service centrallix start
5. Point your browser at your new server, port 800 (default). For example:
http://localhost:800/
Important Notes...
Check the MD5/SHA1 checksums after downloading and before installing for the best security assurance.
See: MD5/SHA1 checksums on Download Information page
Unstable releases (0.7.x, 0.9.x, etc.) should be treated with special care regarding security. You should firewall it from access from untrusted locations.
|