forked from romansklenar/nette-datagrid
-
Notifications
You must be signed in to change notification settings - Fork 4
/
readme.txt
13 lines (11 loc) · 830 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
DataGrid example application
----------------------------
This version of DataGrid works with Nette Framework version 0.9.4 and Dibi 1.3. You can find archives
Nette.zip and dibi.zip in this folder. Those are prepared versions which you can just unpack and use.
Nette Framework (with Dibi included) can be downloaded from http://nettephp.com/download
Instalation:
- [optional] run script 'app/models/birt.mysql.sql' on your MySQL database if you want use MySQL (Sqlite and PostgreSQL scripts are also included)
- [optional] set connection settings in 'app/config.ini'.
- make sure that directories 'app/log', 'app/sessions' and 'app/temp' are writeable
- install Nette Framework and Dibi by unpacking 'libs/Nette.zip' and 'libs/dibi.zip' into 'libs' folder or
download correct versions from http://nettephp.com/download