Software Collections Repositories
From SME Server
Jump to navigationJump to search
Below you find the installation command for the Software Collections Repositories repository which can be entered on the SME Server shell.
A description of the Redhat Software Collections can be found here and can be downloaded manually from here
To use these repos on SME please see this page http://wiki.contribs.org/PHP_Software_Collections
For SME 9.x 64-bit ONLY
Official Redhat repositories
After adding it to the database updating the configuration file is required by issuing:
signal-event yum-modify
Run a command with a specific software environment
You can run a command from the shell with a specific env with:
scl enable php55 'php -v'
(useful for example if you need to run a cron job with an alternative PHP version)