You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2013/10/13 02:43:20 UTC

svn commit: r1531609 - in /openmeetings/trunk/singlewebapp: docs/CommandLineAdmin.html xdocs/CommandLineAdmin.xml

Author: sebawagner
Date: Sun Oct 13 00:43:19 2013
New Revision: 1531609

URL: http://svn.apache.org/r1531609
Log:
Add some example commands for CommandLineAdmin

Modified:
    openmeetings/trunk/singlewebapp/docs/CommandLineAdmin.html
    openmeetings/trunk/singlewebapp/xdocs/CommandLineAdmin.xml

Modified: openmeetings/trunk/singlewebapp/docs/CommandLineAdmin.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/CommandLineAdmin.html?rev=1531609&r1=1531608&r2=1531609&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/CommandLineAdmin.html (original)
+++ openmeetings/trunk/singlewebapp/docs/CommandLineAdmin.html Sun Oct 13 00:43:19 2013
@@ -664,8 +664,40 @@ limitations under the License.
         <blockquote>
                                     <p>To avoid intensive traffic utilization and save your time you can
 				use command line admin to achieve following tasks:</p>
+                                                <ul>
+				<li>Install using defaults</li>
+				<li>Install from backup</li>
+				<li>Backup</li>
+				<li>Cleanup</li>
+			</ul>
+                                                <p>Some example commands:</p>
+                                                <p>MySQL (requires to place the MySQL JDBC driver into webapps/openmeetings/WEB-INF/lib before running the command):</p>
                                                 <div>
 				<div class="xmlcode">
+./admin.sh -i -v -tz Europe/Berlin -email your.email@gmail.com -group webbase -user admin --smtp-server localhost --db-type mysql --db-name openmeetings_db --email-auth-user noreply@webbase-design.de --password 123qweasd --system-email-address noreply@webbase-design.de --db-user root --db-host localhost --email-auth-pass 123qweasd<br />
+				</div>
+			</div>
+                                                <p>Derby (Not recommended for production environment):</p>
+                                                <div>
+				<div class="xmlcode">
+./admin.sh -i -v -tz Europe/Berlin -email seba.wagner@gmail.com -group webbase -user admin --smtp-server localhost --email-auth-user noreply@webbase-design.de --password 123qweasd --system-email-address noreply@webbase-design.de --email-auth-pass 123qweasd<br />
+				</div>
+			</div>
+                            </blockquote>
+      </td></tr>
+      <tr><td><br/></td></tr>
+    </table>
+                                                <table border="0" cellspacing="0" cellpadding="0" cellspacing="0" width="100%">
+      <tr><td ><!-- bgcolor="#EEEEEE" -->
+        <font color="#000000" face="verdana,arial,helvetica,sanserif">
+          <a name="Command reference"><strong>Command reference</strong></a>
+        </font>
+        <hr style="width:100%; color:#999999; background-color:#999999; height:1px; border:0px;"/>
+      </td></tr>
+      <tr><td>
+        <blockquote>
+                                    <div>
+				<div class="xmlcode">
  -v,--verbose                        verbose error messages<br />
 --------------------------------------------------------------------------------------------------<br />
  -h,--help                           prints this message<br />

Modified: openmeetings/trunk/singlewebapp/xdocs/CommandLineAdmin.xml
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/xdocs/CommandLineAdmin.xml?rev=1531609&r1=1531608&r2=1531609&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/xdocs/CommandLineAdmin.xml (original)
+++ openmeetings/trunk/singlewebapp/xdocs/CommandLineAdmin.xml Sun Oct 13 00:43:19 2013
@@ -23,6 +23,27 @@
 		<section name="Usage">
 			<p>To avoid intensive traffic utilization and save your time you can
 				use command line admin to achieve following tasks:</p>
+			<ul>
+				<li>Install using defaults</li>
+				<li>Install from backup</li>
+				<li>Backup</li>
+				<li>Cleanup</li>
+			</ul>
+			<p>Some example commands:</p>
+			<p>MySQL (requires to place the MySQL JDBC driver into webapps/openmeetings/WEB-INF/lib before running the command):</p>
+			<div>
+				<div class="xmlcode">
+./admin.sh -i -v -tz Europe/Berlin -email your.email@gmail.com -group webbase -user admin --smtp-server localhost --db-type mysql --db-name openmeetings_db --email-auth-user noreply@webbase-design.de --password 123qweasd --system-email-address noreply@webbase-design.de --db-user root --db-host localhost --email-auth-pass 123qweasd<br/>
+				</div>
+			</div>
+			<p>Derby (Not recommended for production environment):</p>
+			<div>
+				<div class="xmlcode">
+./admin.sh -i -v -tz Europe/Berlin -email seba.wagner@gmail.com -group webbase -user admin --smtp-server localhost --email-auth-user noreply@webbase-design.de --password 123qweasd --system-email-address noreply@webbase-design.de --email-auth-pass 123qweasd<br/>
+				</div>
+			</div>
+		</section>
+		<section name="Command reference">	
 			<div>
 				<div class="xmlcode">
  -v,--verbose                        verbose error messages<br/>