Updated installer to better accommodate running over existing installs

This commit is contained in:
Duncan Sommerville 2015-01-14 16:11:49 -05:00
parent 8535c82b7f
commit df2576e5a0
4 changed files with 33 additions and 27 deletions

View file

@ -151,9 +151,9 @@ $result = $r1 && $r2;
} else {
?>">
Check that the airtime-media-monitor service is installed correctly in <code>/etc/init</code>,
and ensure that it's running in <br/><code>initctl list | grep airtime-media-monitor</code><br/>.
If not, try <br/><code>sudo service airtime-media-monitor start</code><br/>.
(Replace www-data with your web user if necessary)
and ensure that it's running with
<br/><code>initctl list | grep airtime-media-monitor</code><br/>
If not, try <br/><code>sudo service airtime-media-monitor start</code>
<?php
}
?>
@ -170,11 +170,10 @@ $result = $r1 && $r2;
<?php
} else {
?>">
Check that the airtime-playout service is installed correctly in <code>/etc/init</code>
and <code>/etc/init.d</code>, and ensure that it's running with
<br/><code>sudo initctl list | grep airtime-playout</code>. If not, try
<br/><code>sudo -u www-data service airtime-playout restart</code>.
(Replace www-data with your web user if necessary)
Check that the airtime-playout service is installed correctly in <code>/etc/init</code>,
and ensure that it's running with
<br/><code>sudo initctl list | grep airtime-playout</code><br/>
If not, try <br/><code>sudo service airtime-playout restart</code>
<?php
}
?>
@ -191,11 +190,10 @@ $result = $r1 && $r2;
<?php
} else {
?>">
Check that the airtime-liquidsoap service is installed correctly in <code>/etc/init</code>
and <code>/etc/init.d</code>, and ensure that it's running with
<br/><code>sudo initctl list | grep airtime-liquidsoap</code>. If not, try
<br/><code>sudo -u www-data service airtime-liquidsoap restart</code>.
(Replace www-data with your web user if necessary)
Check that the airtime-liquidsoap service is installed correctly in <code>/etc/init</code>,
and ensure that it's running with
<br/><code>sudo initctl list | grep airtime-liquidsoap</code><br/>
If not, try <br/><code>sudo service airtime-liquidsoap restart</code>
<?php
}
?>