diff options
author | Marko Gronroos <magi@vaadin.com> | 2016-03-11 16:35:59 +0200 |
---|---|---|
committer | Marko Grönroos <magi@vaadin.com> | 2016-03-15 11:28:10 +0000 |
commit | 354a04a9f32edf5dae84b2421ae1a3011357f97d (patch) | |
tree | e9f37201450a005fedbde44797b72df2945275b1 /documentation/getting-started/getting-started-overview.asciidoc | |
parent | a1437e6f878e3933c8e44cd90cc4a63ea9f21ede (diff) | |
download | vaadin-framework-354a04a9f32edf5dae84b2421ae1a3011357f97d.tar.gz vaadin-framework-354a04a9f32edf5dae84b2421ae1a3011357f97d.zip |
Added an installation steps diagram.
Change-Id: Ifeb4bc84b148461547f10fd83a20cd4b386f4d27
Diffstat (limited to 'documentation/getting-started/getting-started-overview.asciidoc')
-rw-r--r-- | documentation/getting-started/getting-started-overview.asciidoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/getting-started/getting-started-overview.asciidoc b/documentation/getting-started/getting-started-overview.asciidoc index 994ca48248..016196b3f6 100644 --- a/documentation/getting-started/getting-started-overview.asciidoc +++ b/documentation/getting-started/getting-started-overview.asciidoc @@ -12,6 +12,9 @@ that has the Java SDK and a Java Servlet container. Vaadin has special support for the Eclipse and NetBeans IDEs, but community support exists also for IntelliJ IDEA. You can use it with any Java IDE or no IDE at all. +.Vaadin installation steps +image::img/installation-steps-hi.png[] + Managing Vaadin and other Java libraries can get tedious to do manually, so using a build system that manages dependencies automatically is adviced. Vaadin is distributed in the Maven central repository, and can be used with any build @@ -25,6 +28,3 @@ managers, and you can also install it from an installation package: * With the Vaadin plugin for NetBeans IDE ( <<dummy/../../../framework/getting-started/getting-started-netbeans#getting-started.netbeans,"Creating a Project with NetBeans IDE">>) or IntelliJ IDEA * With Maven, Ivy, Gradle, or other Maven-compatible dependency manager, under Eclipse, NetBeans, IDEA, or using command-line, as described in <<dummy/../../../framework/getting-started/getting-started-maven#getting-started.maven,"Using Vaadin with Maven">> * From installation package without dependency management, as described in <<dummy/../../../framework/getting-started/getting-started-package#getting-started.package,"Vaadin Installation Package">> - - - |