vlobzakov/docs

[/creating-manifest/basic-configs/:Slava]: The startPage parameter... - invalid list style...

Opened this issue · 0 comments

Target page:

http://docs.cloudscripting.com/creating-manifest/basic-configs/

Reporter:

Slava

Comment:

invalid list style (see below)

Selected text:

variable MYSQL_ROOT_PASSWORD from sql node is DB_MYSQL_ROOT_PASSWORD in cp node
variable IP_ADDRESS from memcached node is MEMCACHED_IP_ADDRESS in cp node
Entry Points
There is an ability to set custom entry points - the button Open in Browser, which can be clicked when JPS with type install is installed.
Entry Points can be set in startPage option. The default startPage value is an installed environment URL (even it hasn't been defined). Entry Points can include any general placeholders - which have been defined during environment installation.

The startPage parameter can be specified for any JPS type with options as follows:
- for type:install with environment:
- the Open in browser button is always

displayed

  • the startPage parameter can be specified either relative or absolute link to the environment
  • for type:install without environment:
  • the Open in browser button is displayed if the startPage parameter is specified in the manifest
  • the startPage parameter can be specified with absolute link only
  • for type:update
  • the Open in browser button is displayed if the startPage parameter is specified in the manifest
  • the startPage parameter can be specified by absolute link or by link relative to the environmentFor example:

YAML
1
2
3
4
5
6

type: install
baseUrl: https://docs.cloudscripting.com/
nodes:
nodeType: apache
cloudlets: 8
startPage: ${baseUrl}creating-manifest/basic-configs/

JSON