The three nodes (computers) shown in Deployment are connected via public internet.
Context
Description
The three nodes (computers) shown in Deployment are connected via public internet.
Sanity checker will:
be bundled as a single jar.
be uploaded to the Bintray repository,
referencable within a gradle buildfile.
provide a main method with parameters and options, so all checks can be called from the command line.
Elements
DeploymentsDoctype | Node / Artifact | Description |
---|
node | artifact repository | global public cloud repository for binary artifacts, similar to mavenCentral. HtmlSC binaries are uploaded to this server. |
artifact | build.gradle | Gradle build script configuring (among other things) the HtmlSC plugin to perform the Html checking. |
node | hsc user computer | where arbitrary documentation takes place with html as output formats. |
node | hsc-development | where development of HtmlSC takes place |
artifact | hsc-plugin-binary | Compiled and packaged version of HtmlSC including required dependencies. |