X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=wt%2Fdata%2FinfoConf_server_fcgi%2FReadme.txt;h=f06f5318154790ca0c56bc90e04af513285ec8b3;hb=HEAD;hp=ea5925f7b1f7fefe8cffba4f1dc0146131f01622;hpb=106d081dda7d76f3f42347b742fe568e0ca98f46;p=creaWT.git diff --git a/wt/data/infoConf_server_fcgi/Readme.txt b/wt/data/infoConf_server_fcgi/Readme.txt index ea5925f..f06f531 100644 --- a/wt/data/infoConf_server_fcgi/Readme.txt +++ b/wt/data/infoConf_server_fcgi/Readme.txt @@ -1,45 +1,68 @@ As root or with sudo command: -0) -yum install fcgi-devel -yum install mod_fcgid +1) BBTK +Compile bbtk with the cmake option USE_WT +(Make sure you are in a new consolo with all the thirdparty variables are loaded) + +2) Compile and install le package de creaWt +definir + +3) +dnf install fcgi-devel +dnf install mod_fcgid -1) ld configuration +4) ld configuration cp bbtk.conf /etc/ld.so.conf.d/. +4.1) check the path of the file /etc/ld.so.conf.d/bbtk.conf +4.2) execute : ldconfig -2) Create virtual site apache +4.2) Check the paths of the file + +5) Create virtual site apache mkdir /var/www/testwtdbg mkdir /var/www/testwtdbg/docroot = /var/www/testwtdbg/docroot -3) Apache configuration +6) Apache configuration cp fastcgi-wt.conf /etc/httpd/conf.d/. service httpd restart -4) wt temporary diractory +7) wt temporary diractory mkdir /var/run/wt chown apache:apache /var/run/wt -5) wt CONFIGURATION +8) wt CONFIGURATION mkdir /etc/wt cp wt_config.xml /etc/wt/. -6) Prepare wt application site +9) Prepare wt application site mkdir / chown apache:apache / mkdir //imagesTMP cp bbiWeb.php //. -ln -s /share/Wt/resources //resources -ln -s /wt/data/reosurcesXTK /resourcesXTK +ln -s /share/Wt/resources //resources +ln -s /share/data/reosurcesXTK /resourcesXTK ln -s /bin/bbiWeb.wt /bbiWeb.wt +10) To cofigure new Package in +/.bbtk/bbtk_config.xml +with + + /share/bbtk/bbs + + + OR /lib64/creatools + + + + -7) Call application from browser +11) Call application from browser http://localhost//bbiWeb.php