Translaters:
Giovanni Fredducci
Angel Chraniotis
Moham. H. Karvan
Alexandro Silva
Andrei Chertolyas
Sergiy Uvarov
Nickola Kolev
Łukasz Nowatkowski
Ivo Raisr
Catalin Bivolaru
Bogdan A. Costea
Kirill Simonov
Oliver Mucafir
JaeYoung Jeon
Seungyoon Lee
Jie Yu & Si Cheng
Tao Wei
YukiAlex
Fumihito Yoshida
Muhammad Takdir
Çağdaş Tülek
Auditors
Leslie Luthi
Joe Anderson
Jennifer Ockwell
Nigel Titley
Alison Rees
PHP WEATHERMAP - The Easy Tutorial - Prerequisites

Weathermap Prerequisites
Last Change : Feb 22 2008 french flagenglish flag


Tool
Install
Ergonomy
Forum



Details What is PHP Weathermap ?
Screenshots
Prerequisites
Tutorial Weathermap
Cacti Plugins



⚠️⚠️⚠️
Please check our website about
attractions in Western Switzerland !! (Please use english translation).

⚠️⚠️⚠️
Merci de consulter notre site sur les
activités à faire en Suisse romande !!


The following programs are needed to run PHP Weathermap:

- apache2 for the web server

- php5 for the server-based script
- php5-cli - php5 command line interface
- php5-gd - for handling graphics
- php-pear - PEAR for PHP Extension and Application Repository
- rrdtool - a perl script to format collected data to rrd files.

INSTALL THE PROGRAMS

Use apt-get to install the programs

#apt-get install apache2
#apt-get install php5
#apt-get install php5-cli
#apt-get install php5-gd
#apt-get install php-pear
#apt-get install rrdtool