GUACAMOLE-107: Reference "Apache Guacamole" in README wherever most appropriate.

This commit is contained in:
Michael Jumper
2016-10-26 21:48:33 -07:00
parent 30e2122e61
commit d1c0bde376

12
README
View File

@@ -4,7 +4,7 @@
------------------------------------------------------------
This README is intended to provide quick and to-the-point documentation for
technical users intending to compile parts of Guacamole themselves.
technical users intending to compile parts of Apache Guacamole themselves.
Source archives and pre-built .war files are available from the downloads
section of the project website:
@@ -21,8 +21,8 @@ A full manual is available as well:
------------------------------------------------------------
guacamole-client is the superproject containing all Maven-based projects that
make Guacamole, an HTML5 web application that provides access to your desktop
using remote desktop protocols.
make Apache Guacamole, an HTML5 web application that provides access to your
desktop using remote desktop protocols.
guacamole-client is used to build the subprojects that make up Guacamole, and
to provide a common central repository. Each project contained here is
@@ -32,11 +32,11 @@ guacamole-client, Maven will take care of the proper build order.
------------------------------------------------------------
Compiling and installing Guacamole
Compiling and installing Apache Guacamole
------------------------------------------------------------
Guacamole is built using Maven. Building Guacamole compiles all classes and
packages them into a deployable .war file. This .war file can be installed
Apache Guacamole is built using Maven. Building Guacamole compiles all classes
and packages them into a deployable .war file. This .war file can be installed
and deployed under servlet containers like Apache Tomcat or Jetty.
1) Run mvn package