aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/getting-started/getting-started-package.asciidoc
diff options
context:
space:
mode:
authorPekka Hyvönen <pekka@vaadin.com>2017-01-02 13:40:48 +0200
committerGitHub <noreply@github.com>2017-01-02 13:40:48 +0200
commit9c6831bab067ccdb47c3063f2e77d3c0e7fe3440 (patch)
tree190002e96b0d76fe4ac2ebaa9b21cc31fd7bd406 /documentation/getting-started/getting-started-package.asciidoc
parent6adc887b7f94f5fb6e83c34822358e2240018147 (diff)
downloadvaadin-framework-9c6831bab067ccdb47c3063f2e77d3c0e7fe3440.tar.gz
vaadin-framework-9c6831bab067ccdb47c3063f2e77d3c0e7fe3440.zip
Update documentation, BoV chapters 1 - 5.3 (#8085)
* Update documentation chapters 1 - 5.3 Images and diagrams have not been updated, but unnecessary images have been removed. * Sync application declarative and architecture sections source code. Screenshot image is updated to match the source code. * Old datamodel image is removed. * Ivy install image is removed. * Remove unnecessary linking / reference
Diffstat (limited to 'documentation/getting-started/getting-started-package.asciidoc')
-rw-r--r--documentation/getting-started/getting-started-package.asciidoc40
1 files changed, 1 insertions, 39 deletions
diff --git a/documentation/getting-started/getting-started-package.asciidoc b/documentation/getting-started/getting-started-package.asciidoc
index a5bcedb3fc..982fa36277 100644
--- a/documentation/getting-started/getting-started-package.asciidoc
+++ b/documentation/getting-started/getting-started-package.asciidoc
@@ -10,43 +10,5 @@ layout: page
While the recommended way to create a Vaadin project and install the libraries is to use an IDE plugin 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
+at https://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 <<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#.