Installation de phpMyAgenda
Version 2.0.003

copyright © 2000-2001 emmanuel vanneau
Contact : mvanneau@hotmail.com

You will find on this page all the information needed to install phpMyAgenda.

Object

phpMyAgenda is a complete web application that allows you to manage and publish events (concert, meetings, ...). It stores description, dates, places, contacts... With phpMyAgenda, you will be able to :

An event is composed of differents fields as :

Technology

phpMyAgenda uses

Installation

1 - Unzip scripts keeping the tree architecture.

The entry points and most important scripts of phpMyAgenda are :

 directory  file  description
  application.php3 Contain all configuration information
 
  index.php3 Entry point for visitors
 
 admin index.php3 Entry point for administrators
 
  phpMyAgenda.slq SQL file for creating the database

2 - Change application.php3

a) change $serveur setting your mySQL serveur address. For example : sql.free.fr
b) change $utilisateur setting your user name.
c) change $motdepasse setting your password
d) change $database setting the name of your database

3- Use phpMyAgenda.sql file to create mySQL tables.

You can use phpMyAdmin (www.phpwizard.net) to do this step.

4- Starting with phpMyAgenda

The installation of your agenda is now finished.

The next step est now to modify the administrator password using the preferences page (left menu in administrative interface).
Open the administrative interface opening the page admin/index.php3.
Warning ! the default login is "admin" (password "pass").

Newsletter

You can receive the latest information about phpMyAgenda by subcribing to the newsletter.


Have a good use !

Manu VANNEAU