|
Revision 722, 0.6 kB
(checked in by laurentj, 1 year ago)
|
fixed a bug in tests avout jRequest
fixed a little bug in createapp command, and now, createapp create a module by default
|
| Line | |
|---|
| 1 |
Installation of testapp |
|---|
| 2 |
|
|---|
| 3 |
- download and install a "developer" edition of Jelix |
|---|
| 4 |
- move the testapp directory at the same level of the lib/ directory of jelix. |
|---|
| 5 |
- create a database and import one of the testapp/install/*.sql script into it. |
|---|
| 6 |
- rename testapp/var/config/dbprofils.ini.php.dist to testapp/var/config/dbprofils.ini.php |
|---|
| 7 |
- configure parameters in dbprofils.ini.php, in section testapp for mysql, |
|---|
| 8 |
testapppdo if you have pdo extension and testapp_pgsql if you have postgresql sql |
|---|
| 9 |
don't touch other sections. |
|---|
| 10 |
- create the "testapp/" directory in the temp directory of Jelix |
|---|
| 11 |
- put write access for apache on temp/testapp/ |
|---|