migrate member edition / deletion / ...
[platal.git] / README
CommitLineData
0337d704 1Notes for plat/al, a platform for alumni services
2
3PRESENTATION
4------------
5
6plat/al is the platform used by Polytechnique.org [1], the alumni site of
7Ecole Polytechnique [2], France. This package is a suite of web applications
8geared towards alumni websites. This is used to deliver services to more than
912.000 registered alumni on Polytechnique.org.
10
11More information can be found on the plat/al project page [3].
12
13[1] Polytechnique.org http://www.polytechnique.org/
14[2] Ecole Polytechnique http://www.polytechnique.edu/
15[3] plat/al project http://opensource.polytechnique.org/platal/
16
17
18REQUIREMENTS
19------------
20
21First of all you will need a webserver. If you do not currently have a
22webserver, you might consider taking a look at the Apache webserver :
23
24 http://httpd.apache/org/
25
26plat/al is written in PHP so you need PHP support for your webserver. You
27can find PHP here :
28
29 http://www.php.net/
30
31plat/al makes use of the Smarty template engine which can be found here :
32
33 http://smarty.php.net/
34
35plat/al also makes heavy use of the Diogenes library, libdiogenes which lives
36here :
37
38 http://opensource.polytechnique.org/libdiogenes/
39
40You will need to have access to a MySQL server. If you do not currently have a
41MySQL server running, you can download it here :
42
43 http://www.mysql.com/
44
45
46BUILDING
47--------
48
49To build plat/al, simply run "make" from the toplevel directory.
50