- Rename install.txt to INSTALL

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@31 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2006-05-19 15:14:05 +00:00
parent ac1b26c2e8
commit 972571c212
1 changed files with 4 additions and 5 deletions

View File

@ -4,14 +4,13 @@ Requires a Web Server (Apache recommended) with PHP 4.3.x (or higher but PHP 5 N
PHP4-MySQL and PHP4-session modules, PHP-GD v1.3 library
and JpGraph (http://www.aditus.nu/jpgraph/) for graphic generation.
Database
You need a database with name "pandora".
To create the structure of Pandora database in MySQL Server you have the SQL script pandoradb.sql.
To create the structure of Pandora database in MySQL Server you have the SQL script "pandoradb.sql".
It creates tables and indexes needed to insert information into Pandora database.
You MUST populate database with pandoradb_data.sql,
an SQL script that inserts data needed to run Web Console and default user (login: admin, pass: pandora)
You MUST populate database with SQL script "pandoradb_data.sql",
it inserts data needed to run Web Console and default user (login: admin, pass: pandora)
to access Pandora Web Console.
To install the files, first create a database called "pandora",