From version 12.1
edited by Pierre Dubois
on 2011/01/26 14:10
To version 13.1
edited by Pierre Dubois
on 2011/01/26 14:12
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -8,18 +8,17 @@
8 8  
9 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]]
10 10  
11 - * Create the requea database: (adapt mysql commands to your environment or your way of doing it. there are several ways of doing it) (((
12 -22: {{code language="none"}}
13 -23: mysql -u root -e "create database requeadb"
14 -24: {{/code}}
15 -25: )))
16 -26: * 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):(((
17 -27: {{code language="none"}}
18 -28: mysql -u root -e "grant all privileges on requeadb.* to requea@127.0.0.1 identified by 'password'"
19 -29: {{/code}}
20 -30: )))
11 +* Create the requea database: (adapt mysql commands to your environment or your way of doing it. there are several ways of doing it)(((
12 +{{code language="none"}}
13 +mysql -u root -e "create database requeadb"
14 +{{/code}}
15 +)))
16 +* 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):(((
17 +{{code language="none"}}
18 +mysql -u root -e "grant all privileges on requeadb.* to requea@127.0.0.1 identified by 'password'"
19 +{{/code}}
20 +)))
21 21  
22 -
23 23  = Download the Requea dysoweb Platform =
24 24  
25 25  Dysoweb is a small OSGi platform created by Requea to build and compose modular Web applications.
... ... @@ -53,4 +53,3 @@
53 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 54  
55 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.
56 -
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 9.11.5 - Documentation