You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Tom Judge <tv...@gmail.com> on 2017/10/11 22:55:04 UTC

Starting openmeetings as service Ubuntu Server

    
Is there an init script available for Ubuntu Server for running openmeetungs?We have it running quite nicely on an ec2 instance in Amazon cloud but every so often we nOTE that it seems to stop.We have been using the red5.sh from a shell to restart such as ./red5.sh & but this is a bit clumsey.Any suggestion would be much appreciated. Thanks.


Sent from my T-Mobile 4G LTE Device

Re: Starting openmeetings as service Ubuntu Server

Posted by Maxim Solodovnik <so...@gmail.com>.
Actually /var/www/html should contains only static files/scrips being
processed by your web server (apache, nginx ...)
You can move scripts to any folder, but it would be your
responsibility to make it work :)

On Fri, Oct 13, 2017 at 12:40 PM, Tom Judge <tv...@gmail.com> wrote:
> Maxim--
>
> can I assume then that the scripts can be moved elsewhere as long as all the
> web content remains in the /var/www/html folder?
>
>
> On 10/12/2017 08:56 PM, Maxim Solodovnik wrote:
>
> Actually place is not that's important :)
> The only issue with /var/www is it "might" be accessible by regular web
> server.
>
> This is why in instruction it is recommended to use separate user for om.
>
> WBR, Maxim
> (from mobile, sorry for the typos)
>
> On Oct 13, 2017 04:36, "Tom Judge" <tv...@gmail.com> wrote:
>>
>> OK thanks
>>
>> reviewing the script
>>
>> currently i have everything including the red5.sh located in /var/www/html
>>
>> maybe that is not too smart?
>>
>> I also go the reply from Cosend@om thank you as well
>>
>> will review install instructions but primarily thinking that having it all
>> in var/ww/html may not be a very good idea and not too secure??
>>
>>
>> On 10/11/2017 10:23 PM, Maxim Solodovnik wrote:
>>>
>>> Hello Tom,
>>>
>>> I'm using this script:
>>> https://github.com/Red5/installer/blob/master/debian/src/deb/init.d/red5
>>> (slightly modified)
>>>
>>> On Thu, Oct 12, 2017 at 5:55 AM, Tom Judge <tv...@gmail.com> wrote:
>>>>
>>>> Is there an init script available for Ubuntu Server for running
>>>> openmeetungs?
>>>> We have it running quite nicely on an ec2 instance in Amazon cloud but
>>>> every
>>>> so often we nOTE that it seems to stop.
>>>> We have been using the red5.sh from a shell to restart such as ./red5.sh
>>>> &
>>>> but this is a bit clumsey.
>>>> Any suggestion would be much appreciated. Thanks.
>>>>
>>>>
>>>>
>>>> Sent from my T-Mobile 4G LTE Device
>>>
>>>
>>>
>>
>



-- 
WBR
Maxim aka solomax

Re: Starting openmeetings as service Ubuntu Server

Posted by Tom Judge <tv...@gmail.com>.
Maxim--

can I assume then that the scripts can be moved elsewhere as long as all 
the web content remains in the /var/www/html folder?


On 10/12/2017 08:56 PM, Maxim Solodovnik wrote:
> Actually place is not that's important :)
> The only issue with /var/www is it "might" be accessible by regular 
> web server.
>
> This is why in instruction it is recommended to use separate user for om.
>
> WBR, Maxim
> (from mobile, sorry for the typos)
>
> On Oct 13, 2017 04:36, "Tom Judge" <tvjudge@gmail.com 
> <ma...@gmail.com>> wrote:
>
>     OK thanks
>
>     reviewing the script
>
>     currently i have everything including the red5.sh located in
>     /var/www/html
>
>     maybe that is not too smart?
>
>     I also go the reply from Cosend@om thank you as well
>
>     will review install instructions but primarily thinking that
>     having it all in var/ww/html may not be a very good idea and not
>     too secure??
>
>
>     On 10/11/2017 10:23 PM, Maxim Solodovnik wrote:
>
>         Hello Tom,
>
>         I'm using this script:
>         https://github.com/Red5/installer/blob/master/debian/src/deb/init.d/red5
>         <https://github.com/Red5/installer/blob/master/debian/src/deb/init.d/red5>
>         (slightly modified)
>
>         On Thu, Oct 12, 2017 at 5:55 AM, Tom Judge <tvjudge@gmail.com
>         <ma...@gmail.com>> wrote:
>
>             Is there an init script available for Ubuntu Server for
>             running
>             openmeetungs?
>             We have it running quite nicely on an ec2 instance in
>             Amazon cloud but every
>             so often we nOTE that it seems to stop.
>             We have been using the red5.sh from a shell to restart
>             such as ./red5.sh &
>             but this is a bit clumsey.
>             Any suggestion would be much appreciated. Thanks.
>
>
>
>             Sent from my T-Mobile 4G LTE Device
>
>
>
>


Re: Starting openmeetings as service Ubuntu Server

Posted by Maxim Solodovnik <so...@gmail.com>.
Actually place is not that's important :)
The only issue with /var/www is it "might" be accessible by regular web
server.

This is why in instruction it is recommended to use separate user for om.

WBR, Maxim
(from mobile, sorry for the typos)

On Oct 13, 2017 04:36, "Tom Judge" <tv...@gmail.com> wrote:

> OK thanks
>
> reviewing the script
>
> currently i have everything including the red5.sh located in /var/www/html
>
> maybe that is not too smart?
>
> I also go the reply from Cosend@om thank you as well
>
> will review install instructions but primarily thinking that having it all
> in var/ww/html may not be a very good idea and not too secure??
>
>
> On 10/11/2017 10:23 PM, Maxim Solodovnik wrote:
>
>> Hello Tom,
>>
>> I'm using this script:
>> https://github.com/Red5/installer/blob/master/debian/src/deb/init.d/red5
>> (slightly modified)
>>
>> On Thu, Oct 12, 2017 at 5:55 AM, Tom Judge <tv...@gmail.com> wrote:
>>
>>> Is there an init script available for Ubuntu Server for running
>>> openmeetungs?
>>> We have it running quite nicely on an ec2 instance in Amazon cloud but
>>> every
>>> so often we nOTE that it seems to stop.
>>> We have been using the red5.sh from a shell to restart such as ./red5.sh
>>> &
>>> but this is a bit clumsey.
>>> Any suggestion would be much appreciated. Thanks.
>>>
>>>
>>>
>>> Sent from my T-Mobile 4G LTE Device
>>>
>>
>>
>>
>

Re: Starting openmeetings as service Ubuntu Server

Posted by Tom Judge <tv...@gmail.com>.
OK thanks

reviewing the script

currently i have everything including the red5.sh located in /var/www/html

maybe that is not too smart?

I also go the reply from Cosend@om thank you as well

will review install instructions but primarily thinking that having it 
all in var/ww/html may not be a very good idea and not too secure??


On 10/11/2017 10:23 PM, Maxim Solodovnik wrote:
> Hello Tom,
>
> I'm using this script:
> https://github.com/Red5/installer/blob/master/debian/src/deb/init.d/red5
> (slightly modified)
>
> On Thu, Oct 12, 2017 at 5:55 AM, Tom Judge <tv...@gmail.com> wrote:
>> Is there an init script available for Ubuntu Server for running
>> openmeetungs?
>> We have it running quite nicely on an ec2 instance in Amazon cloud but every
>> so often we nOTE that it seems to stop.
>> We have been using the red5.sh from a shell to restart such as ./red5.sh &
>> but this is a bit clumsey.
>> Any suggestion would be much appreciated. Thanks.
>>
>>
>>
>> Sent from my T-Mobile 4G LTE Device
>
>


Re: Starting openmeetings as service Ubuntu Server

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Tom,

I'm using this script:
https://github.com/Red5/installer/blob/master/debian/src/deb/init.d/red5
(slightly modified)

On Thu, Oct 12, 2017 at 5:55 AM, Tom Judge <tv...@gmail.com> wrote:
> Is there an init script available for Ubuntu Server for running
> openmeetungs?
> We have it running quite nicely on an ec2 instance in Amazon cloud but every
> so often we nOTE that it seems to stop.
> We have been using the red5.sh from a shell to restart such as ./red5.sh &
> but this is a bit clumsey.
> Any suggestion would be much appreciated. Thanks.
>
>
>
> Sent from my T-Mobile 4G LTE Device



-- 
WBR
Maxim aka solomax

RE: Starting openmeetings as service Ubuntu Server

Posted by "Coscend@OM" <OM...@Coscend.com>.
Hello Tom,

 

Courtesy Alvaro, here is the information you are seeking:

https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%203.3.2%20on%20Ubuntu%2017.04.pdf?version=2 <https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%203.3.2%20on%20Ubuntu%2017.04.pdf?version=2&modificationDate=1507217018000&api=v2> &modificationDate=1507217018000&api=v2

àPage 9 Instructions

Script: https://cwiki.apache.org/confluence/download/attachments/27838216/red5-ubdeb2

 

Thank you.

 

Sincerely,

 

Hemant K. Sabat

 

Coscend Communications Solutions

 <http://www.coscend.com/> www.Coscend.com 

------------------------------------------------------------------

Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education, Telepresence Services, on the fly…

------------------------------------------------------------------

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at:  <http://www.coscend.com/Terms_and_Conditions.html> http://www.Coscend.com/Terms_and_Conditions.html 

 

 

 

 

From: Tom Judge [mailto:tvjudge@gmail.com] 
Sent: Wednesday, October 11, 2017 5:55 PM
To: Openmeetings Mailing List <us...@openmeetings.apache.org>
Subject: Starting openmeetings as service Ubuntu Server

 

Is there an init script available for Ubuntu Server for running openmeetungs?

We have it running quite nicely on an ec2 instance in Amazon cloud but every so often we nOTE that it seems to stop.

We have been using the red5.sh from a shell to restart such as ./red5.sh & but this is a bit clumsey.

Any suggestion would be much appreciated. Thanks.

 

 

 

Sent from my T-Mobile 4G LTE Device



---
This email has been checked for viruses by AVG.
http://www.avg.com