Hide last authors
Pierre Dubois 3.1 1 = Install the Database server =
Pierre Dubois 1.2 2
3 Requea supports several databases:
4
5 mySQL 5.0 and above (5.1 and above recommended)
6 Oracle 10g and above
7 Microsoft SQL server 2005 and above
8
Pierre Dubois 15.1 9 * For the purpose of this small tutorial , we recommend that you install mysql on your environment if not already done : [[MySQL Install>>platform:Main:MySQLInstall]]
Pierre Dubois 3.1 10
Pierre Dubois 15.1 11 * Create the requea database: (adapt mysql commands to your environment or your way of doing it)(((
Pierre Dubois 13.1 12 {{code language="none"}}
13 mysql -u root -e "create database requeadb"
14 {{/code}}
15 )))
Pierre Dubois 14.1 16
Pierre Dubois 15.1 17 * Give all privileges to the requea user for accessing the requea database. For example (if you get connections problems try localhost instead of the IP address below):(((
Pierre Dubois 13.1 18 {{code language="none"}}
19 mysql -u root -e "grant all privileges on requeadb.* to requea@127.0.0.1 identified by 'password'"
20 {{/code}}
21 )))
Pierre Dubois 3.1 22
23 = Download the Requea dysoweb Platform =
24
Pierre Dubois 4.1 25 Dysoweb is a small OSGi platform created by Requea to build and compose modular Web applications.
26
Pierre Dubois 3.1 27 Follow these instructions:
28
Pierre Dubois 11.1 29 * Download and install dysoweb 1.0.19 or greater: [[download dysoweb on OW2 forge>>http://forge.ow2.org/project/showfiles.php?group_id=304||rel="__blank"]]
30 Get the tomcat version (the tar version if your platform is Unix, Solaris, AIX or Mac OS X, and the .zip version if you are a Windows user)
Pierre Dubois 4.1 31
Pierre Dubois 5.1 32 * Unzip or untar the dysoweb-tomcat archive on a directory on your hard drive
Pierre Dubois 4.1 33
Pierre Dubois 5.1 34 * Make sure that you do not have already a tomcat instance running or any program using the port 8080.
35
Pierre Dubois 7.1 36 * launch tomcat from a command prompt or shell:
Pierre Dubois 5.1 37
Pierre Dubois 6.1 38 on Unix:
39
40 {{code language="none"}}
41 bin/catalina.sh run
42 {{/code}}
43
44 on Windows:
Pierre Dubois 7.1 45 {{code language="none"}}bin\catalina.bat run{{/code}}
46
Pierre Dubois 8.1 47 * open your favorite browser:
Pierre Dubois 7.1 48
Pierre Dubois 9.1 49 [[http:~~/~~/localhost:8080/dysoweb>>http://localhost:8080/dysoweb||rel="__blank"]]
Pierre Dubois 7.1 50
Pierre Dubois 10.1 51 = Get a configuration key on the REPO =
52
53 The Requea Repository is an OSGi repository hosted at Requea used to manage Requea configurations. Since Requea applications are modular, each configuration describes which bundles (and bundle versions) should be installed on your dysoweb platform. A typical configuration contains the bundles for the platform and several bundles for the application you are installing.
54
55 A key is used to give access to a particular configuration. For the purpose of this tutorial, we will use a demo key which contains the open source dynapage platform and a few demo applications.
Pierre Dubois 16.1 56
57 Right to the auth key input field you have a link to request a key on the requea repo. Register if you have no account, and request a demo key. The Key will be sent to you by email.
58
59 Enter a password for this platform. This password is the dysoweb administration platform. Do put an obvious platform and do not forget it (although there is a way to reset it in case you need).
60
61 The platform will show you a list of bundles and products with some version numbers. Click on install and wait until all the bundles are downloaded and installed on your platform. (speed may depend on your network).
62
63
64
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 9.11.5 - Documentation