]> Creatis software - creaWT.git/blobdiff - wt/data/infoConf_server_fcgi/Readme.txt
#3052 creaWT Feature New Normal - Install documentation
[creaWT.git] / wt / data / infoConf_server_fcgi / Readme.txt
index 8d63d71f85720175f80f31de3c222c68db09826c..f06f5318154790ca0c56bc90e04af513285ec8b3 100644 (file)
@@ -1,50 +1,86 @@
 
 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 <creaWTInstall>
 
-1) ld configuration
+3)
+dnf install fcgi-devel
+dnf install mod_fcgid
+
+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
 
 <rootBbtkWt> = /var/www/testwtdbg/docroot
 
 
-3)  Apache configuration
-cp fastcgi-wt.conf /etc/httpd/conf.modules.d/.
+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
+cp wt_config.xml /etc/wt/.
 
-6) Prepare wt application site 
+9) Prepare wt application site 
 
 mkdir <rootBbtkWt>/<appliBtkWt>
+chown apache:apache <rootBbtkWt>/<appliBtkWt>
 mkdir <rootBbtkWt>/<appliBtkWt>/imagesTMP
 cp bbiWeb.php <rootBbtkWt>/<appliBtkWt>/.
-ln -s <INSTALATION_WT>/share/Wt/resources <rootBbtkWt>/<appliBbtkWt>/resources
-ln -s <INSTALATION_creaWT>/wt/data/reosurcesXTK <rootBbtkWt>/resourcesXTK
+ln -s <INSTALATION_BBTK>/share/Wt/resources <rootBbtkWt>/<appliBbtkWt>/resources
+ln -s <INSTALATION_creaWTInstall>/share/data/reosurcesXTK <rootBbtkWt>/resourcesXTK
 ln -s <INSTALATION_BBTK>/bin/bbiWeb.wt <rootBbtkWt>/bbiWeb.wt
 
+10) To cofigure new Package in 
+<rootBbtkWt>/.bbtk/bbtk_config.xml
+with 
+       <bbs_path>
+               <creaWTInstall>/share/bbtk/bbs
+       </bbs_path>
+       <package_path>
+               <creaWTbin>   OR    <creaWTInstall>/lib64/creatools
+       </package_path>
 
-7) Call application from browser
+
+
+
+11) Call application from browser
 http://localhost/<appliBbtkWt>/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  <reosurcesXTK>
+5) bbtk-WT  hola.nii can't be generated automaticaly
+------------------------------------------------------
+
 
 Genaral Notes:
 --------------