Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vlobzakov opened this issue Dec 18, 2019 · 0 comments
Assignees

Comments

@vlobzakov
Copy link
Owner

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

@vlobzakov vlobzakov self-assigned this Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant