PDA

View Full Version : need help ASAP, on building my database :)


lori
09-18-2006, 12:38 PM
if anyone could supply me with a detailed rout to get my data base started i would love you, I got firefox DL'd, got PHP, got apchee or w/e :P Step 4:

Unzip the files in peq_editor.zip into a public html directory.


Step 5:

Source schema.sql (in the editor's /sql directory) into your database first, then source in allspells.sql.


Step 6:

Rename config.php.dist as config.php. Then, open up config.php and edit the variables according to your database and needs.


Step 7:

If you chose to enable sql logging, make sure you created the file you specified in $log_file. Otherwise you will get an error when the editor attempts to write to that (non-existant) file.


Step 8:

The default username/password for the editor is admin/password. If you want to add a user other than the default user, you can do so via the "admin" link, by the "logout" link, after you log in.
I need help knowing what my "HTML public file" would be..please help hehe

John Adams
09-19-2006, 07:58 AM
In Apache (default setup) there is a directory under /Apache called /htdocs. This is the web root, normally. So anything under that would be "public html directory".

So unpack PEQEditor.rar into /apache/htdocs/peqeditor, and edit the config files from there. then you can browse to http://apache_server_URL/peqeditor and the editor will pop up.

Example: http://todeq.no-ip.org:8999/peqeditor