From version 16.1
edited by Pierre Dubois
on 2011/01/26 14:27
To version 17.1
edited by Pierre Dubois
on 2011/01/26 14:34
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -10,13 +10,13 @@
10 10  
11 11  * Create the requea database: (adapt mysql commands to your environment or your way of doing it)(((
12 12  {{code language="none"}}
13 -mysql -u root -e "create database requeadb"
13 +mysql -u root -e "create database requea"
14 14  {{/code}}
15 15  )))
16 16  
17 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):(((
18 18  {{code language="none"}}
19 -mysql -u root -e "grant all privileges on requeadb.* to requea@127.0.0.1 identified by 'password'"
19 +mysql -u root -e "grant all privileges on requea.* to requea@127.0.0.1 identified by 'password'"
20 20  {{/code}}
21 21  )))
22 22  
... ... @@ -61,4 +61,24 @@
61 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 62  
63 63  
64 += Configure database connexion =
64 64  
66 +Once installed, you can go to the following URL:
67 +
68 +[[http:~~/~~/localhost:8080/dysoweb/page>>http://localhost:8080/dysoweb/page||rel="__blank"]]
69 +
70 +
71 +You will be prompted with a database connexion configuration screen:
72 +
73 +
74 +If you have left database name by default, the only thing you have to do is to enter the mySql daatabase password (the one you entered when typeing 'grant all privileges on requea.* to requea@127.0.0.1 identified by "password")
75 +
76 +
77 +The database will be created. It may take some time.
78 +
79 +Trouble shoot:
80 +
81 +HTTP Status 500 - Unable to retrieve user information: org.hibernate.exception.SQLGrammarException: could not load an entity:
82 +Make sure that you have entered the proper "grant all" order, and that the password is correct.
83 +
84 +
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 9.11.5 - Documentation