...
Code Block |
---|
useradd matterhorn
wget https://github.com/avalonmediasystem/avalon-felix/archive/1.4.x.tar.gz
tar xvf 1.4.x.tar.gz
mv avalon-felix-1.4.x /usr/local/matterhorn
wget --no-check-certificate https://raw.github.com/avalonmediasystem/config-files/master/matterhorn/matterhorn_init.sh
mv matterhorn_init.sh /etc/init.d/matterhorn
chmod +x /etc/init.d/matterhorn
chown -R matterhorn:matterhorn /usr/local/matterhorn |
...
Code Block |
---|
su - avalon passenger-install-apache2-module #copy the suggested Apache configuration file settings for later |
Info | ||
---|---|---|
| ||
Add to /etc/httpd/conf/httpd.conf Include conf.d/*.conf
In /etc/httpd/conf.d/10-mod_rewrite.conf Replace RewriteLock with Mutex sem |
Create an apache configuration file (as root)
...