ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Installing applications and websites / WEBDEV website
  • Overview
  • How to?
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Overview
A setup by physical media allows you to give to the hosting provider a media containing all the files required to install the site on a server. For this type of deployment, the version of the application server must be identical to the version of the physical media. If the version of the application server is more recent, a deployment by FTP must be performed.
A wizard allows the person who deploys the site to configure the different setup options.
Remark: To install your dynamic WEBDEV site, the host must:
  1. Install the WEBDEV Application Server on the web server (if necessary).
    Note: For each WEBDEV dynamic site installed, the host must have a WEBDEV Application Server license.
  2. Install your WEBDEV website by running the Install.exe executable of your setup.
Caution: This deployment mode does not ensure compatibility: a site developed in version N cannot be deployed on a server in version N+1, N+2, etc.. For exzmple, a site developed in version 20 cannot be deployed on an application server in version 2025.
How to?
To create a setup by physical media:
  1. On the "Project" tab, in the "Generation" group, expand "Deploy site" and select "Generate and deploy site".
  2. Create the library if necessary.
  3. Select "Setup by physical media".
  4. Select the files to install.
  5. Configure the automatic modification
  6. Configure the site.
  7. Select the information regarding the customization of the setup:
    • Installation tool used: By default, WBSetup is proposed. WBSetup is a wizard for installing WEBDEV websites. This setup program is available in English and French. In order for the setup program to support additional languages, the "WDSetup" project must be customized before creating the setup program. This project (supplied with the WEBDEV examples) corresponds to the standard setup program of the WEBDEV applications. This project is a WINDEV project. For more details, see Using a custom WBSetup.
    • The default site installation directory: This is the directory where site files (libraries, pages, style sheets, images, etc.) will be installed.. The "<site>\<Project name>" path is proposed by default, where <site> corresponds to the directory associated with the different sites of the WEBDEV account to which the site will be associated. We recommend that you use pseudo-directories. This directory can be modified when installing the site.
    • The default installation directory for site data: This is the directory where site data files will be installed. The "<data>\<Project name>" path is proposed by default where <data> corresponds to the data directory associated with the different sites of the WEBDEV account to which the site will be associated. We recommend that you use pseudo-directories. This directory can be modified when installing the site.
      The following pseudo-directories can be used:
      • <webroot>: Root directory of the Web server documents
      • <site>: Base directory of sites for the WEBDEV user account defined by the host. If an account is assigned to you, all your dynamic sites will be installed in this directory.
      • <data>: Base directory of data files for the WEBDEV user account defined by the host. If an account is assigned to you, all the data files of your dynamic sites will be installed in this directory.
  8. Specify the languages supported by the setup as well as the parameters corresponding to each language.
    By default, WBSetup supports French and English. To support additional languages, we recommend that you customize WBSetup. For more details, see Using a custom WBSetup.
    For each language proposed during the setup, specify:
    • The introduction caption. This caption is used to start the setup in the desired language. It corresponds to the setup language by default.
    • The license of your site. The license must be a file in txt format, it will be displayed when starting the setup of your site. In order for the text to be displayed in the language chosen at the beginning of setup, a license file must be created for each language. The setup will be performed only the license is validated by the person who is installing your dynamic WEBDEV website
    • Readme file of your site. The "Read me" file can be in the following formats: txt, htm, doc, hlp, pdf
      Regardless of the selected format, the user must have the necessary software to view the file. In order for the "Readme" file to be displayed in the language chosen at the beginning of setup, a "Readme" file must be created for each language.
  9. Specify the generation directory of the setup. You can choose to clear (or not) the content of the directory during the generation.
  10. Validate. The setup program of the site is created. You can:
    • deploy the site (to run the test of setup for example)
    • open the explorer (to copy the installation directory to a CD for example).
Minimum version required
  • Version 12
Comments
Click [Add] to post a comment

Last update: 10/04/2024

Send a report | Local help