Wiki source code of Getting started: Installing the Requea Platform on your machine
Hide last authors
3.1 | 1 | = Install the Database server = | |
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 | |||
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]] | ||
3.1 | 10 | ||
11 | |||
12 | = Download the Requea dysoweb Platform = | ||
13 | |||
4.1 | 14 | Dysoweb is a small OSGi platform created by Requea to build and compose modular Web applications. | |
15 | |||
3.1 | 16 | Follow these instructions: | |
17 | |||
7.1 | 18 | * Download and install [[download dysoweb on OW2 forge>>http://forge.ow2.org/project/showfiles.php?group_id=304]] 1.0.19 or greater. 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) | |
4.1 | 19 | ||
5.1 | 20 | * Unzip or untar the dysoweb-tomcat archive on a directory on your hard drive | |
4.1 | 21 | ||
5.1 | 22 | * Make sure that you do not have already a tomcat instance running or any program using the port 8080. | |
23 | |||
7.1 | 24 | * launch tomcat from a command prompt or shell: | |
5.1 | 25 | ||
6.1 | 26 | on Unix: | |
27 | |||
28 | {{code language="none"}} | ||
29 | bin/catalina.sh run | ||
30 | {{/code}} | ||
31 | |||
32 | on Windows: | ||
7.1 | 33 | {{code language="none"}}bin\catalina.bat run{{/code}} | |
34 | |||
8.1 | 35 | * open your favorite browser: | |
7.1 | 36 | ||
9.1 | 37 | [[http:~~/~~/localhost:8080/dysoweb>>http://localhost:8080/dysoweb||rel="__blank"]] | |
7.1 | 38 |