]> Creatis software - creaWT.git/blobdiff - wt/data/infoConf_server_fcgi/Readme.txt
#3029 creaWT Feature New Normal - Documentation (config)
[creaWT.git] / wt / data / infoConf_server_fcgi / Readme.txt
index ea5925f7b1f7fefe8cffba4f1dc0146131f01622..d279c770906ceccbe3906802abee4b0780d6bc3e 100644 (file)
@@ -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/.
+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
@@ -34,12 +41,24 @@ 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
 
+7) 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
+8) Call application from browser
 http://localhost/<appliBbtkWt>/bbiWeb.php