]> 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 d279c770906ceccbe3906802abee4b0780d6bc3e..f06f5318154790ca0c56bc90e04af513285ec8b3 100644 (file)
@@ -1,41 +1,45 @@
 
 As root or with sudo command:
 
--1)
+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)
 
-0)
-yum install fcgi-devel
-yum install mod_fcgid
+2) Compile and install le package de creaWt
+definir <creaWTInstall>
+
+3)
+dnf install fcgi-devel
+dnf install mod_fcgid
 
-1) ld configuration
+4) 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 :
+4.1) check the path of the file  /etc/ld.so.conf.d/bbtk.conf
+4.2) execute :
 ldconfig
 
-1.2) Check the paths of the file
+4.2) Check the paths of the file
 
-2) Create virtual site apache
+5) Create virtual site apache
 mkdir /var/www/testwtdbg
 mkdir /var/www/testwtdbg/docroot
 
 <rootBbtkWt> = /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 <rootBbtkWt>/<appliBtkWt>
 chown apache:apache <rootBbtkWt>/<appliBtkWt>
@@ -45,7 +49,7 @@ 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 
+10) To cofigure new Package in 
 <rootBbtkWt>/.bbtk/bbtk_config.xml
 with 
        <bbs_path>
@@ -58,7 +62,7 @@ with
 
 
 
-8) Call application from browser
+11) Call application from browser
 http://localhost/<appliBbtkWt>/bbiWeb.php