[phpwebapp-commits] CVS: smewebapp/docs install.txt,1.1.1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-03-27 12:00:55
|
Update of /cvsroot/phpwebapp/smewebapp/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5842 Modified Files: install.txt Log Message: Index: install.txt =================================================================== RCS file: /cvsroot/phpwebapp/smewebapp/docs/install.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** install.txt 25 Mar 2004 16:05:48 -0000 1.1.1.1 --- install.txt 27 Mar 2004 11:49:49 -0000 1.2 *************** *** 1,50 **** ! Ne Linux: ! --------- ! 1 - Shko te direktoria e webserverit: bash$ cd /var/www/html ! ! ! 2 - Merre projektin nga cvs-ja: ! ! bash$ cvs -d:pserver:enal@192.168.251.195:/var/cvs login ! password: enal ! bash$ cvs -d:pserver:enal@192.168.251.195:/var/cvs checkout ilar ! ! ! 3 - Merr frameworkun nga serveri dhe instaloje: ! ! bash$ wget http://192.168.251.195/phpwebapp.tar.gz bash$ tar xvfz phpwebapp.tar.gz ! 4 - Instalo databazen e ilar-it: ! bash$ cd ilar/db/ ! bash$ mysql -p -u dasho < ilar.sql ! password: dasho ! 5 - Rregullo ndonje konfigurim te ilar-it. ! bash$ cd ilar/config/ ! bash$ vi const.Paths.php ! define("WEBAPP_PATH", UP_PATH."phpwebapp/web_app/"); ! bash$ vi const.DB.php ! 6 - Hap programin dhe dokumentacionet ne keto adresa: ! http://127.0.0.1/ilar/ ! http://127.0.0.1/ilar/docs/ ! http://127.0.0.1/ilar/browse.php?docs/ ! http://127.0.0.1/phpwebapp/documentation/ ! Ne Windows: ! ----------- ! . . . . . . . . . . . . . ! (albana ose nevila, plotesoje) --- 1,31 ---- ! Installation Instructions ! ------------------------- ! 1 - Untar smewebapp and phpwebapp in the DocumentRoot: bash$ cd /var/www/html ! bash$ tar xvfz smewebapp.tar.gz bash$ tar xvfz phpwebapp.tar.gz ! 2 - Install the database: ! bash$ mysql -p -u db_user < smewebapp/db/ilar.sql ! password: db_passwd ! 3 - Modify any configuration options: ! bash$ vi smewebapp/config/const.Paths.php ! bash$ vi smewebapp/config/const.DB.php ! 4 - Change the permissions of cache folder: + bash$ chown apache.apache templates/menu/cache + bash$ chown apache.apache templates/menu/cache/menu* ! 5 - Login as (superuser,su) and modify user access rights. |