diff --git a/docs/src/docs/development/quickstart/readme.md b/docs/src/docs/development/quickstart/readme.md index 41a6a111..85eee168 100644 --- a/docs/src/docs/development/quickstart/readme.md +++ b/docs/src/docs/development/quickstart/readme.md @@ -103,8 +103,8 @@ If you later intend to create Aperture Tiles projects using particularly large d Save and unzip the following Aperture Tiles distributions available on the [Download](../../../download/) section of this website. You will use these utilities to create the Julia set data and provision the example Aperture Tiles project. -- [Tile Generator](../../../download/#tile-generator): Enables you to create the Julia set data and generate a set of tiles that can be viewed in the Tile Quick Start template -- [Tile Quick Start Application](../../../download/#tile-quick-start-template): An example Tile Client Application that you can quickly copy and deploy to your web server after minimal modification +- [Tile Generator](../../../download/#tile-generator): Enables you to create the Julia set data and generate a set of tiles that can be viewed in the Tile Quick Start Application +- [Tile Quick Start Application](../../../download/#tile-quick-start-application): An example Tile Client application that you can quickly copy and deploy to your web server after minimal modification The full Aperture Tiles source code, available for download from [GitHub](https://github.com/oculusinfo/aperture-tiles/tree/master), is not required for this example. For information on full installations of Aperture Tiles, see the [Installation](../installation/) page. @@ -222,7 +222,7 @@ The `oculus.binning.prefix` value is only included if you set it in the property ## Tile Server Configuration ## -For this example, a preconfigured example server application has been provided as part of the Tile Quick Start Application ([tile-quickstart.war](../../../download/#tile-quick-start-template)). The server renders the layers that are displayed in your Aperture Tiles visualization and passes them to the client. +For this example, a preconfigured example server application has been provided as part of the Tile Quick Start Application ([tile-quickstart.war](../../../download/#tile-quick-start-application)). The server renders the layers that are displayed in your Aperture Tiles visualization and passes them to the client. If you stored your Avro tiles on your local filesystem, zip the *julia.x.y.v* directory produced during the Tile Generation stage and add it to the *WEB-INF/classes/* directory of the Tile Quick Start Application. @@ -249,15 +249,15 @@ For information on additional layer properties you can specify, see the Layers s ## Tile Client Application ## -For this example, a preconfigured example client application has been provided as part of the Tile Quick Start Application ([tile-quickstart.war](../../../download/#tile-quick-start-template)). The client displays the base map or plot and any layers passed in from the server. +For this example, a preconfigured example client application has been provided as part of the Tile Quick Start Application ([tile-quickstart.war](../../../download/#tile-quick-start-application)). The client displays the base map or plot and any layers passed in from the server. For information on additional map properties you can specify, see the Maps section of the [Configuration](../configuration/#maps) topic, which describes how to configure settings such as boundaries and axes. ## Deployment ## -Once you have finished configuring the map and layer properties, copy *tile-quickstart.war* to your web server's (e.g., Apache Tomcat or Jetty) *webapps/* directory. +Once you have finished configuring the map and layer properties, copy the *tile-quickstart.war* to the *webapps/* directory or your web server (e.g., Apache Tomcat or Jetty). -Once your server is running, you can access the application at `http://localhost:8080/julia-demo` from any web browser to view the Julia set data plotted on an X/Y chart with six layers of zoom available. +Once your server is running, use your web browser to access the application at `http://localhost:8080/julia-demo`. The Julia set application data is plotted on an X/Y chart with six layers of zoom available. ## Next Steps ## diff --git a/docs/src/download/readme.md b/docs/src/download/readme.md index 8ff0e772..d534f51e 100644 --- a/docs/src/download/readme.md +++ b/docs/src/download/readme.md @@ -23,10 +23,10 @@ For information on full installations of Aperture Tiles (along with Aperture JS) The following pre-built distribution can be used to quickly generate and display tiles without having to build the software. See the [Quick Start](../docs/development/quickstart) documentation to help you quickly learn how to process a data set, transform it and create an Aperture Tiles project that allows you to visualize it in a web browser. -- **Tile Generator**: Enables you to generate a set of tiles that can be viewed using the template Tile Client available below. This version was built for Apache Spark 1.1.1 and CDH 4.6. +- **Tile Generator**: Enables you to generate a set of tiles that can be viewed using the Tile Client Application available below. This version was built for Apache Spark 1.1.1 and CDH 4.6.

Tile Generator

-- **Tile Quick Start Template**: An example Tile Client that you can quickly copy and deploy to your web server after minimal modification to display tiles in a browser. -

Tile Quick Start Template +- **Tile Quick Start Application**: An example Tile Client application to display tiles in a browser. You can quickly copy and deploy this application to your web server after minimal modification. +

Tile Quick Start Application

Interested in Learning More?