Willkommen Gast. Bitte Einloggen oder Registrieren
 
Sprache wählen:
 
  Last Script Version: 20

  ÜbersichtHilfeSuchenEinloggenRegistrieren  
 
Seitenindex umschalten Seiten: 1
Thema versenden Drucken
Instructions for safe install (Gelesen: 3111 mal)
nicodb
YaBB Newbies
*
Offline



Beiträge: 1
Instructions for safe install
14.06.10 um 16:27:21
 
Hello,

Today I have installed the update and used the opportunity to refine my instructions for install on a Linux server. It is more safe now, file permissions are paranoia.

[code]# Copy phpwebstat.zip and pattern_ip_addresses.zip to stats dir on server

cd stats/

# install webstats
unzip ./phpwebstat.zip
rm ./phpwebstat.zip
mv ./pattern_ip_addresses.zip func/pattern_ip_addresses/
cd func/pattern_ip_addresses
unzip ./pattern_ip_addresses.zip
rm ./pattern_ip_addresses.zip
cd ../..

# permissions for configuration:
chmod -R 707 .

# permissions to make it safe after configuration:
chmod -R 604 .
chmod 707 . backup log log/archive
chmod 705 config func images language manual plugins themes themes/standard themes/standard/menu
chmod 606 log/*
[/code]

Hope it is of help for others ...
Zum Seitenanfang
 
 
IP gespeichert
 
Seitenindex umschalten Seiten: 1
Thema versenden Drucken