Re: How to run OM 3.0.3 from source after building it ?

2018-06-17 Thread Bhushan Patil
Great, thanks.

On Sun, Jun 17, 2018 at 2:12 PM, Maxim Solodovnik 
wrote:

> You should have zip/tar.gz in openmeetings-server/target folder
> un-archive and run :)
>
> or run "unpacked" build and run binaries from
> openmeetings-server/target/server folder
> On Sun, Jun 17, 2018 at 3:01 PM Bhushan Patil 
> wrote:
> >
> > Hello all,
> > I want to run OpenMeetings 3.0.3 which I have build locally from source.
> > As per instruction from https://openmeetings.apache.
> org/BuildInstructions.html#_toc_how_to_build_a_distribution , I ran
> following command.
> >
> > mvn clean install -P allModules
> >
> > It got build successfully.
> >
> > But now I don't to run it (as we run ./red5.sh in case of binary build).
> > Any help is appreciated.
>
>
>
> --
> WBR
> Maxim aka solomax
>


Re: How to run OM 3.0.3 from source after building it ?

2018-06-17 Thread Maxim Solodovnik
You should have zip/tar.gz in openmeetings-server/target folder
un-archive and run :)

or run "unpacked" build and run binaries from
openmeetings-server/target/server folder
On Sun, Jun 17, 2018 at 3:01 PM Bhushan Patil  wrote:
>
> Hello all,
> I want to run OpenMeetings 3.0.3 which I have build locally from source.
> As per instruction from 
> https://openmeetings.apache.org/BuildInstructions.html#_toc_how_to_build_a_distribution
>  , I ran following command.
>
> mvn clean install -P allModules
>
> It got build successfully.
>
> But now I don't to run it (as we run ./red5.sh in case of binary build).
> Any help is appreciated.



-- 
WBR
Maxim aka solomax


How to run OM 3.0.3 from source after building it ?

2018-06-17 Thread Bhushan Patil
Hello all,
I want to run OpenMeetings 3.0.3 which I have build locally from source.
As per instruction from
https://openmeetings.apache.org/BuildInstructions.html#_toc_how_to_build_a_distribution
, I ran following command.

mvn clean install -P allModules

It got build successfully.

But now I don't to run it (as we run ./red5.sh in case of binary build).
Any help is appreciated.