Thursday, November 25, 2010

Installing PHP File Navigator - Web file Manager on Solaris 10

wget http://phpfilenavigator.litoweb.net/PHPfileNavigator.zip
cd /usr/local/packages/
cp /export/home/shared/PHPfileNavigator.zip ./
cd tmp
cp ../PHPfileNavigator.zip ./
unzip PHPfileNavigator.zip
mv pfn-2.3.3 /usr/local/apache/htdocs/pfn2
cd usr/local/apache/htdocs/pfn2
mkdir -p data/logs tmp
chmod -R 777 data/conf data/logs tmp

Make sure PHP is compiled with GD

vi /usr/local/apache/php/php.ini
chenage the below for 99MB
upload_max_filesize = 99M

Create database for phpfilenavigator

server:localhost
DB: pfn
user: someadmin
pass: adminpass
prefix: pfn_

Common name: Administrator
user: admin
pass: adminpass
email: someone@gmail.com

Root: Main
Path: /usr/local/apache/htdocs/
doc root: /
web: www.akash.com

http://www.akash.com/pfn2/instalar/index.php?paso=1&idioma=en
cp data/conf/default-example.inc.php data/conf/default.inc.php

cd /usr/local/apache/htdocs/pfn2
mv instalar instalar-org

Access : http://www.akash.com/pfn2

Yahoo !!!!!!!

No comments:

Post a Comment