(29 out of 44)
Release.HTML Path
Synopsis
Full path to the directory where HTML files are to be placed
Description
This option tells Sapphire/Web where to install the HTML documents and templates. This option is passed to the
satest.sh
script which will use
rcp
to copy the HTML files to the specified host and directory. You must have write permission on both the directory and any files in the directory that you may overwrite. The directory also must be accessible by the http server that is specified in the Release.HTML URL option. The CGI generated by Sapphire/Web also uses the value of this option to find the HTML templates associated with the project.
Permitted Values
[hostname:]full path to html directory for project
Example Values
server:/usr/website/html
server:~#user/public_html
See Also
Release.HTML URL option
satest.sh
(29 out of 44)