From 354a04a9f32edf5dae84b2421ae1a3011357f97d Mon Sep 17 00:00:00 2001 From: Marko Gronroos Date: Fri, 11 Mar 2016 16:35:59 +0200 Subject: Added an installation steps diagram. Change-Id: Ifeb4bc84b148461547f10fd83a20cd4b386f4d27 --- documentation/getting-started/getting-started-overview.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/getting-started/getting-started-overview.asciidoc') 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 ( <>) or IntelliJ IDEA * With Maven, Ivy, Gradle, or other Maven-compatible dependency manager, under Eclipse, NetBeans, IDEA, or using command-line, as described in <> * From installation package without dependency management, as described in <> - - - -- cgit v1.2.3