X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=wt%2Fdata%2FinfoConf_server_fcgi%2FReadme.txt;h=d279c770906ceccbe3906802abee4b0780d6bc3e;hb=ad7ed17132393bcee7c68d084707e6df54fa2ced;hp=442ef99b123a0330d3bab155c41dcabec098430a;hpb=708bc1229cb98486aa18f03ebfd4fd8f26137843;p=creaWT.git diff --git a/wt/data/infoConf_server_fcgi/Readme.txt b/wt/data/infoConf_server_fcgi/Readme.txt index 442ef99..d279c77 100644 --- a/wt/data/infoConf_server_fcgi/Readme.txt +++ b/wt/data/infoConf_server_fcgi/Readme.txt @@ -1,14 +1,21 @@ As root or with sudo command: +-1) +Compile bbtk with the cmake option USE_WT + 0) yum install fcgi-devel yum install mod_fcgid 1) ld configuration -cp bbtk.conf/etc/ld.so.conf.d/. +cp bbtk.conf /etc/ld.so.conf.d/. +1.1) check the path of the file /etc/ld.so.conf.d/bbtk.conf +1.2) execute : ldconfig +1.2) Check the paths of the file + 2) Create virtual site apache mkdir /var/www/testwtdbg mkdir /var/www/testwtdbg/docroot @@ -17,30 +24,59 @@ mkdir /var/www/testwtdbg/docroot 3) Apache configuration -cp fastcgi-wt.conf /etc/httpd/conf.modules.d/. +cp fastcgi-wt.conf /etc/httpd/conf.d/. service httpd restart 4) wt temporary diractory -mkdir /run/wt -chown apache:apache /run/wt +mkdir /var/run/wt +chown apache:apache /var/run/wt -5) Prepare wt application site +5) wt CONFIGURATION +mkdir /etc/wt +cp wt_config.xml /etc/wt/. + +6) 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 +7) To cofigure new Package in +/.bbtk/bbtk_config.xml +with + + /share/bbtk/bbs + + + OR /lib64/creatools + + -6) Call application from browser + + +8) Call application from browser http://localhost//bbiWeb.php ------------------------------------------------------ +TODO: +0) BUG: bbiWeb.wt reads just 1 bbs : demoPresentacion1Boton02.bbs +0.5) BUG The tempFiles from bbtk-wt are in nn + +1) BUG: Modify Thirdparty-install-Base-rpm.sh + separate the devel modules +2) FUTURE: Add creaWT in bbtk stuff +3) FUTURE: Install de directory data of creaWT in share/creaWT/data +4) BUG: creaWT/wt/data/resourcesXTK +5) bbtk-WT hola.nii can't be generated automaticaly +------------------------------------------------------ + Genaral Notes: --------------