ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Tools / WDDeploy
  • Overview
  • Installing the files of a static site on a Web server
  • Compressing and grouping the files of a remote site in archives
  • Restoring the files found in an archive
  • Notes
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
WDDeploy features
Installing the files of a static site on a Web server
To install the files of a static site on a Web server:
  1. Start WDDeploy: on the "Tools" tab, in the "Web utilities" group, click "WDDeploy".
  2. Create or select the profile corresponding to your site. The characteristics are entered in several tabs:
    • General information:
      • name of the profile.
        A default name is automatically given to the profile. This name can be modified.
      • location of local files of the site ("<MyProject>_WEB" subdirectory for a static WEBDEV site).
      • address of WEBDEV site.
      • deploy a single language for the site. If this option is selected, your site can be deployed in one of the languages supported by the project. Caution: in this case, your site must not use any options or functions allowing to change the language or to support several languages.
    • Connection
      • location of files of deployed site (network directory or FTP server).
      • characteristics of the FTP server used to update the site (deployment via FTP only).
        These characteristics are supplied by the hosting provider.
        Remark: To use an SFTP server, type an address such as "sftp://<Server address>".
    • Filters
      List of filters applied to the files to install.
      The filters are applied to the files that must be installed on the Web server. Two options are available:
      • "Only process the files that correspond to the filters": the files installed on the Web server will be the files affected by the filters.
      • "Process all the files except those that correspond to the filters": the files installed on the Web server will be the files not affected by the filters.
    • Remote access
      Used to define a remote access to use before accessing the FTP site (when the site is accessed by a modem for instance).
  3. Click the "Prepare" button. WDDeploy prepares the list of files to install.
    For an update, WDDeploy compares the files located on the development computer with those already installed
  4. Specify (if necessary) the different actions that must be performed during the synchronization on the different files to install:
    • "Local copy" button: copies the selected files from the remote site to the local site.
    • "Remote copy" button: copies the selected files from the local site to the remote site.
    • "Remote deletion" button: deletes the selected files from the remote site.
    • "No action" button: performs no operation on the selected files.
  5. Click the "Synchronize" button. The site files are automatically copied to the location specified in the profile.
Remarks:
  • The "Options" button is used to specify the synchronization options. For more details, see Remarks.
  • When creating a new profile, a wizard helps you enter the parameters and offer preset profiles fro the main hosts.
Compressing and grouping the files of a remote site in archives
To compress and group the files of a remote site in archives:
  1. Start WDDeploy: on the "Tools" tab, in the "Web utilities" group, click "WDDeploy".
  2. Click on "Save".
  3. Enter the name of the archive to create (".WDZ" file) and specify the creation directory. The files found in the remote site specified in the profile are automatically compressed and grouped in the created archive.
Restoring the files found in an archive
To restore the files found in an archive:
  1. Start WDDeploy: on the "Tools" tab, in the "Web utilities" group, click "WDDeploy".
  2. Click the "Restore" button.
  3. Select the archive file (".WDV" file) to restore.
  4. Select the directory in which the files found in the archive must be restored and validate.
Notes
The WDDeploy options are as follows:
  • "Display tooltip on the table of files": displays a tooltip for each hovered file with the following details:
    • the name, date and time the file was created on the development computer.
    • the name, date and time the file was created on the deployment computer.
  • "Ignore subdirectories": ignores the local site subdirectories when the site files are deployed.
  • "Don't suggest updating the local site, even if the remote files are more recent than the local version": doesn't update the files on the development computer. When preparing for synchronization, WDDeploy will not prompt you to replace local files with more recent remote files.
  • "Don't display files that are already synchronized": only shows the files that have been modified since the last synchronization.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 09/06/2023

Send a report | Local help