--------------------------------------------------- Welcome to test (very experimental) IDA-framework! --------------------------------------------------- Author: Ari Häyrinen [ari.hayrinen at gmail.com] www.opendimension.org/ida If you have problems or questions, feel free to contact me! --------------------------------------------------- Requirements: --------------------------------------------------- - *NIX server - Apache - PHP5 + mbstring + XML - pear package MDB2 + database spesific driver - PostgreSQL (or Mysql) -------------------------------------------------- INSTALLATION --------------------------------------------------- - make a new directory in your server document root - enter it and extract a tarball into it - create a new database -> mysql: create database _your_databasename_ DEFAULT character set utf8 -> postgresql: createdb _your_databasename_ Edit /idacore/server/config.php and define: - database name - database user - database password - databasetype Be careful when editing config.php, since it must be a valid php file! Now everything should be ready and setup can be launched: - Aim your browser to /idacore/server/init/ First page tests things and if everything seems to OK, then just proceed. In ideal case, you should end up to the introduction page. -------------------------------------------------- TROUBLESHOOTING -------------------------------------------------- Q: I'm not able to connect to database! A: Make sure that you have: - database running - installed PHP module for your database (like php5-pgsql) - installed MDB2 with PEAR - installed MDB2#driver_for_your_db (like MDB2_Driver_pgsql) NOTE: There is also a command line test script in /idacore/server/. You can use it by saying: php cli_test.php