|
|
|
|
|
- Overview
- How to?
- To create a setup by physical media
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site. The following elements are provided: - The files of the site.
- The free 10-connection WEBDEV Application Server.
- A Web server (MSI setup). The server will be automatically installed and configured.
This setup mode is ideal for demonstrating a site on a laptop for example. A wizard allows the person who deploys the site to configure the different setup options. To install your dynamic WEBDEV site, the executable (Install.exe) of your setup must be run. To create a setup by physical media - On the "Project" tab, in the "Generation" group, expand "Deploy site" and select "Generate and deploy site".
- Follow the wizard to generate the library.
- Select "Create installation media".
- Select the files to install.
- Configure the automatic modification.
- Specify whether or not the update requires disconnecting the users.
- Specify the parameters of the website.
- Specify that a Web server must be included in the setup ("Include a Web server in the setup"). Select the Web server to install. By default, the setup of the Apache 2 server is supplied in MSI format with WEBDEV.
- 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.
- 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.
- Specify the generation directory of the setup. You can choose to clear (or not) the content of the directory during the generation.
- 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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|