summaryrefslogtreecommitdiffstats
path: root/documentation/getting-started/getting-started-package.asciidoc
diff options
context:
space:
mode:
authorelmot <elmot@vaadin.com>2015-09-25 16:40:44 +0300
committerelmot <elmot@vaadin.com>2015-09-25 16:40:44 +0300
commita1b265c318dbda4a213cec930785b81e4c0f7d2b (patch)
treeb149daf5a4f50b4f6446c906047cf86495fe0433 /documentation/getting-started/getting-started-package.asciidoc
parentb9743a48a1bd0394f19c54ee938c6395a80f3cd8 (diff)
downloadvaadin-framework-a1b265c318dbda4a213cec930785b81e4c0f7d2b.tar.gz
vaadin-framework-a1b265c318dbda4a213cec930785b81e4c0f7d2b.zip
Framework documentation IN
Change-Id: I767477c1fc3745f9e1f58075fe30c9ac8da63581
Diffstat (limited to 'documentation/getting-started/getting-started-package.asciidoc')
-rw-r--r--documentation/getting-started/getting-started-package.asciidoc65
1 files changed, 65 insertions, 0 deletions
diff --git a/documentation/getting-started/getting-started-package.asciidoc b/documentation/getting-started/getting-started-package.asciidoc
new file mode 100644
index 0000000000..4dbe735958
--- /dev/null
+++ b/documentation/getting-started/getting-started-package.asciidoc
@@ -0,0 +1,65 @@
+---
+title: Vaadin Installation Package
+order: 9
+layout: page
+---
+
+[[getting-started.package]]
+= Vaadin Installation Package
+
+While the recommended way to install Vaadin is to use the Eclipse plugin, one of
+the other IDE plugins, or a dependency management system, such as Maven, Vaadin
+is also available as a ZIP distribution package.
+
+You can download the newest Vaadin installation package from the download page
+at http://vaadin.com/download/. Please use a ZIP decompression utility available
+in your operating system to extract the files from the ZIP package.
+
+[[getting-started.package.contents]]
+== Package Contents
+
+[filename]#README.TXT#:: This Readme file gives simple instructions for installing Vaadin in your
+project.
+
+[filename]#release-notes.html#:: The Release Notes contain information about the new features in the particular
+release, give upgrade instructions, describe compatibility, etc. Please open the
+HTML file with a web browser.
+
+[filename]#license.html#:: Apache License version 2.0. Please open the HTML file with a web browser.
+
+[filename]#lib#folder:: All dependency libraries required by Vaadin are contained within the
+[filename]#lib# folder.
+
+[filename]#*.jar#:: Vaadin libraries, as described in
+<<dummy/../../../framework/getting-started/getting-started-libraries#getting-started.libraries,"Overview
+of Vaadin Libraries">>.
+
+
+
+
+[[getting-started.package.install]]
+== Installing the Libraries
+
+You can install the Vaadin ZIP package in a few simple steps:
+
+. Copy the JAR files at the package root folder to the [filename]#WEB-APP/lib# web
+library folder in the project. Some of the libraries are optional, as explained
+in
+<<dummy/../../../framework/getting-started/getting-started-libraries#getting-started.libraries,"Overview
+of Vaadin Libraries">>.
+
+. Also copy the dependency JAR files at the [filename]#lib# folder to the
+[filename]#WEB-APP/lib# web library folder in the project.
+
+
+The location of the [filename]#WEB-APP/lib# folder depends on the project
+organization, which depends on the development environment.
+
+* In Eclipse Dynamic Web Application projects: [filename]#WebContent/WEB-INF/lib#.
+
+* In Maven projects: [filename]#src/main/webapp/WEB-INF/lib#.
+
+
+
+
+