The ZK Spreadsheet App"

From Documentation
(Created page with '{{ZKSpreadsheetEssentialsPageHeader}} __TOC__ {{ZKSpreadsheetEssentialsPageFooter}}')
 
m
Line 2: Line 2:
  
 
__TOC__
 
__TOC__
 +
To enable use of ZK Spreadsheet Live, there are few prerequisites.
  
 +
===Prerequisites===
 +
*Web server
 +
*Download ZK Spreadsheet Live from [http://www.zkoss.org/download/zkspreadsheet.dsp]
  
 +
===Install Web Server===
 +
You can choose web server from various option.
 +
 +
In here, we use Tomcat as a example<br/>
 +
#Visit [http://tomcat.apache.org/ Tomcat Official Site]
 +
#Select the correct binary distribution for your environment and download
 +
#* For Windows, you might download and execute [http://apache.stu.edu.tw//tomcat/tomcat-6/v6.0.29/bin/apache-tomcat-6.0.29.exe 32-bit/64-bit Windows Service Installer], and then follow the instructions
 +
#* Any download/install problem, please refer to http://tomcat.apache.org/tomcat-6.0-doc/index.html
 +
 +
===Deploy===
 +
Different web server may have slightly deploy procedure.
 +
 +
In here, we use tomcat as a example, demonstrate how to deploy ZK Spreadsheet Live on tomcat
 +
# Download lastest ZK Spreadsheet Live at [http://www.zkoss.org/download/zkspreadsheet.dsp]
 +
# Unzip zk-spreadsheet-app.zip
 +
# Copy '''zssapp.war''' under the directory to $TOMCAT_HOME/webapps.
 +
# Start/ReStart the tomcat services (In some cases, you may need to restart your container if it is running.)
 +
# Visit http://localhost:8080/zssapp, and then play around with the Spreadsheet Live application
  
 
{{ZKSpreadsheetEssentialsPageFooter}}
 
{{ZKSpreadsheetEssentialsPageFooter}}

Revision as of 03:49, 4 November 2010


To enable use of ZK Spreadsheet Live, there are few prerequisites.

Prerequisites

  • Web server
  • Download ZK Spreadsheet Live from [1]

Install Web Server

You can choose web server from various option.

In here, we use Tomcat as a example

  1. Visit Tomcat Official Site
  2. Select the correct binary distribution for your environment and download

Deploy

Different web server may have slightly deploy procedure.

In here, we use tomcat as a example, demonstrate how to deploy ZK Spreadsheet Live on tomcat

  1. Download lastest ZK Spreadsheet Live at [2]
  2. Unzip zk-spreadsheet-app.zip
  3. Copy zssapp.war under the directory to $TOMCAT_HOME/webapps.
  4. Start/ReStart the tomcat services (In some cases, you may need to restart your container if it is running.)
  5. Visit http://localhost:8080/zssapp, and then play around with the Spreadsheet Live application


All source code listed in this book is at Github.


Last Update : 2010/11/04

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.