|
Automatic_script_installation_for_Debian
Automatic Script Installation for Debian 5What is? It is a shell script, what resolve all dependencies, install init scripts, download the latest stable version of Openmeetings (1.1 r3087), and install every things "automagically" How it works? First, the script do a copy of /etc/sources.list and add new Debian Repositories... then adds a gpg key from debian-multimedia; Second, Download and install all things needed, like java-sdk, openoffice, mysql server. After this, the init scripts are downloaded and installed and database openmeetings are created on mysql server. Third, the OpenMeetings is downloaded, and copied to /opt/red5. Permissions and owners are defined. The file hibernate.cfg.xml will be created with the user defined by user. Fifth, use the OpenMeetings :) How I can run? Download the script here Set the execute permission: chmod +x install-om-3097.sh I advise you, to edit the script and change the url of debian repository for your country, at variable REP_DEBIAN. If you don't set the repository for your country, the script is using the US repository. To run: ./install-om-3097.sh And answer all questions and wait. This process takes approximately 20 minutes. To Do Add a way to install the new versions without changes on script; Support for the main distribuitions (Centos, Ubuntu, SuSe) Fixed Issues Now, is not needed recompile the ffmpeg P.S. This script is designated by Debian 5 users, others systems this script will not work! Questions, suggestions, bugs.... anything, mail-me: victor@sartori.eti.br Thats all Folks!!!! enjoy |
Script Link is broken.
Great work on the script. The only issue i get in the end is: (btw im a noob in linux)
---
./install-om-r2905: line 312: /etc/init.d/openoffice: No such file or directory ./install-om-r2905: line 314: /etc/init.d/red5: No such file or directory Done!! open the website at your browser: http://192.168.16.64:5080/openmeetings/install
Hi, Maybe add a verification of "aptitude" is setup ?
realy nice work. quick and easy install. thank you for this script!
merci beaucoup pour le script il's work fine !
Hi.. i am newbie with this amazing system. I manage to run and install the script. I change some part of config.xml where upon opening http://xxx.xxx.xxx.xxx:5080/openmeetings/install and filled up all blanks as required but after clicking "INSTALL", nothing's happen. I thought it may take sometime so i leaved it until i got back in the morning and find it is still in the same page. It seems to me that INSTALL didn't run at all. I tried to google this specific problem but nothing shows a specific and working solution. Can you share some idea or if you have encountered such scenario, what did you do to make it work? I am using Debian 5.0.6.
The script it self is working fine but when it's finished and I go to the install page and hit the button the page keeps loading and loading and nothing happens. I had the same problem with manual install on Ubuntu 10.10 and thought I'd give the installer a try but it's not working either. So I think it's not me that's incapable but the program that's not working properly.
Hi Schleig,
Has anyone or should i say, you found a solution about the INSTALL issue of openmeetings? Speaking about Ubuntu, i found this site: http://www.openstudio.info/linux where installation was documented. I tried that also and followed it carefully but end up in the same story. Clinking INSTALL went to nothing.
I can't get the script to work. I keep getting a No such file or directory when trying ./install-om-r3087
Script works fine on Squeeze if you change the Lenny entries to Squeeze and the version check from 5 to 6. Had the server up and running in about 30 minutes. Very slick!