no longr build 31/sfapy2
[infrastructure.git] / tunings-myplc / installation-notes.txt
1 ######## ONCE
2 dot-profile to be installed in /plc/data/root/.profile
3
4 linked /root/bin to /plc/data/root/bin that is auto-updated from crontab
5
6 ========== logfile (/plc/data/)/var/log/php.log
7 * created and set perms:
8 # touch /var/log/php.log
9 # chmod 666 /var/log/php.log
10
11
12 ######## After rpm upgrade
13 yum.conf to be installed in /plc/root/etc/
14
15 plc-map.py to be installed in /plc/root/usr/bin
16 europe.png to be installed in /plc/root/var/www/html/map.png
17
18 requires the Image python module
19 # yum install python-imaging
20
21 for convenience
22 # yum install vim-minimal
23
24 HTTP setupdefined ServerName properly in /etc/http/conf/httpd.conf
25
26 ========== (/plc/root)/etc/php.ini
27
28 * increased memory size
29 memory_limit = 12M      
30
31 * Enabled logs :
32 ** turned on log
33 log_errors = On
34 ** specified logfile
35 error_log = /var/log/php.log
36