Differences

This shows you the differences between two versions of the page.

Link to this comparison view

get_started:install [2020/04/17 18:26]
get_started:install [2020/04/17 18:26] (current)
Line 1: Line 1:
 +==== Presentation ====
  
 +Adichatz Installation contains binary distribution and source distribution. Both are included in Eclipse plugins.
 +The Adichatz project is licenced under the [[https://​cecill.info/​licences/​Licence_CeCILL-C_V1-en.html|CeCILL-C]] license.
 +
 +==== Prerequisites ====
 +  * [[http://​jdk.java.net/​14/​|Java]] version 14.
 +  * [[https://​www.eclipse.org/​downloads/​packages/​]] Eclipse standard 4.15 for Windows.
 +  * [[http://​https://​www.postgresql.org//​|PostgreSQL]] (recommended) or another RDMBS. Optionnally,​ test database for PosgreSQL is provided [[https://​raw.githubusercontent.com/​YvesDrumbonnet/​Adichatz-RCP-Update-Site/​master/​database/​test_base_postgres.sql|here]].
 +  * Optionnaly, [[http://​wildfly.org/​downloads/​|Wildfly]] 18.x.x (recommended),​ [[http://​www.jboss.org/​jbossas/​downloads/​|Jboss]],​ if you want to use an Application Server back-end.
 +\\ \\
 +===== Install from Eclipse Marketplace (1rst option)=====
 +</​columns>​
 +<columns 100% l 400px>
 +Start eclipse, then open Marketplace item: <wrap adicode>​Help > Eclipse Marketplace...</​wrap>​ .\\
 +{{:​get_started:​eclipse_marketplace.png?​400 |Help > Eclipse Marketplace... .}}
 +<​newcolumn left>
 +Find <wrap adicode>​adichatz</​wrap>​ solution and click <wrap adicode>​install</​wrap>​.\\
 +{{:​get_started:​install_adichatz_marketplace.png?​400 |Start eclipse, then open Marketplace item: Help > Eclipse Marketplace... .}}
 +</​columns>​
 +<columns 100% l 350px middle>
 +\\ \\
 +{{:​get_started:​confirm_adichatz_marketplace.png?​350 | Select Adichatz features}}
 +<​newcolumn left>
 + As for Adichatz, use Install Manager
 +  - Select all features</​wrap>​.
 +  - Accept license and click <wrap adicode>​Finish</​wrap>​.
 +  - Click <wrap adicode>​Install anyway</​wrap>​ on security warning.
 +  - Restart eclipse.
 +</​columns>​
 +\\ \\
 +===== Use 'drag to install'​ (2nd option)=====
 +</​columns>​
 +<columns 100% l 400px>
 +{{:​get_started:​drag_eclipse_install.png?​400 |}}
 +<​newcolumn left>
 +\\ \\ \\
 +  - Start eclipse.
 +  - Open [[https://​marketplace.eclipse.org/​content/​adichatz-building-eclipse-rcp-application-easily|Adichatz page in Eclipse marketplace]] with your web browser.
 +  - Drag <​html><​img src="/​dokuwiki/​lib/​exe/​fetch.php?​media=get_started:​eclipse_drag_install.png"​ style="​vertical-align:​ bottom;"​ alt=""​ /></​html>​ button inside your eclipse workspace.
 +</​columns>​
 +
 +\\ \\
 +===== Install from Eclipse update site (3rd option)=====
 +</​columns>​
 +<columns 100% l 400px>
 +{{:​get_started:​install_adichatz.jpg?​400 |}}
 +<​newcolumn left>
 +\\ \\ \\
 +  - Start eclipse, then start the Install Manager: Help > Install new software... .
 +  - in the "Work with" field, paste <wrap url>​https://​yvesdrumbonnet.github.io/​Adichatz-RCP-Update-Site/​update</​wrap>​ and hit enter.
 +  - Select <wrap adicode>​Adichatz Application Development</​wrap>​ then hit next...
 +\\
 +</​columns>​
 +
 +==== Next steps ====
 +After you have installed Adichatz, you can follow these steps.
 +  * Install a SQL database (MySql recommended).
 +  * Install an Application Server (optional). Wildfly 18.0.x is recommended,​ see [[install_as|Application Server installation]].
 +  * Read the complete get_started document you will find [[http://​www.adichatz.org/​document/​GettingStarted.pdf|here]] and try examples.
 +  * Look for information on this site.
 +  * Generate and launch your first application (2 minutes).
 +  * Customize the generated application.
 +  * ...