Re: Creating script that automatically deploys latest openmeetings to http://openmeetings-vm.apache.org/

2016-03-10 Thread Maxim Solodovnik
yes, sure the script will be very simple it need to: 1. service red5 stop 2. rm -rf /opt/red5 3. cd /opt/ 4. wget https://builds.apache.org/view/M-R/view/OpenMeetings/job/Openmeetings%203.1.x/lastSuccessfulBuild/artifact/openmeetings-server/target/apache-openmeetings-3.1.1-SNAPSHO

Creating script that automatically deploys latest openmeetings to http://openmeetings-vm.apache.org/

2016-03-10 Thread seba.wag...@gmail.com
Hi, I was thinking of installing the latest RC of 3.1.0 to http://openmeetings-vm.apache.org/. However, I could maybe also script it so that it will install the latest SNAPSHOT and delete the old one. The database would be reset every time and do a complete re-installation. Does that sound good

Re: Compiling from svn problems

2016-03-10 Thread Maxim Solodovnik
in this case you should have zip+tar.gz files in your openmeetings-server/target folder you need to un-archive one of those into new folder then use :) On Thu, Mar 10, 2016 at 10:54 PM, Peter Dähn wrote: > Hi, > > I used mvn clean install > > Greetings Peter > > > Am 10.03.2016 um 17:47 schrieb

Re: Compiling from svn problems

2016-03-10 Thread Peter Dähn
Hi, I used mvn clean install Greetings Peter Am 10.03.2016 um 17:47 schrieb Maxim Solodovnik: on build server I'm using mvn clean install for development mvn clean install -Dunpacked=true -DskipTests=true -Dold-backups.dwnd.skip=true -Ddb=mysql -Dwicket.mode=DEVELOPMENT as described here

Re: Compiling from svn problems

2016-03-10 Thread Maxim Solodovnik
on build server I'm using mvn clean install for development mvn clean install -Dunpacked=true -DskipTests=true -Dold-backups.dwnd.skip=true -Ddb=mysql -Dwicket.mode=DEVELOPMENT as described here http://openmeetings.apache.org/BuildInstructions.html On Thu, Mar 10, 2016 at 10:26 PM, Maxim Solo

Re: Compiling from svn problems

2016-03-10 Thread Maxim Solodovnik
what maven command have you used? On Thu, Mar 10, 2016 at 10:18 PM, Peter Dähn wrote: > Hello Maxim, > > another error, I got a a working server in openmeetings-server/taget. But > I'm not able to restore my current data because admin.sh ist missing... > > What do I need to do to get a build wit

Re: Compiling from svn problems

2016-03-10 Thread Peter Dähn
Hello Maxim, another error, I got a a working server in openmeetings-server/taget. But I'm not able to restore my current data because admin.sh ist missing... What do I need to do to get a build with it? Greetings Peter Am 08.03.2016 um 16:13 schrieb Maxim Solodovnik: I'm not sure what this