[jira] [Updated] (GEODE-2094) Update admin/dev REST API documentation

2016-11-10 Thread Jinmei Liao (JIRA)

 [ 
https://issues.apache.org/jira/browse/GEODE-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jinmei Liao updated GEODE-2094:
---
Description: 
The commands to start a server can be simplified in the prose on using gfsh 
with REST commands.

1. In the docs file 
geode-docs/configuring/cluster_config/gfsh_remote.html.md.erb, about using the 
admin REST interface, the sample gfsh start server command can be simplified.

--J=-Dgemfire.http-service-port=8080
becomes
--http-service-port=8080

--J=-Dgemfire.http-service-bind-address=myremotecluster.example.com
becomes
--http-service-bind-address=myremotecluster.example.com

2. In the docs file geode-docs/rest_apps/setup_config.html.md.erb, about using 
the dev REST API, the gfsh start server commands given in steps 2 and 3 can be 
simplified (corrected).

--J=-Dgemfire.start-dev-rest-api=true
becomes
--start-rest-api=true

--J=-Dgemfire.http-service-port=8080
becomes
--http-service-port=8080

--J=-Dgemfire.http-service-bind-address=localhost
becomes 
--http-service-bind-address=localhost

  was:
The commands to start a server can be simplified in the prose on using gfsh 
with REST commands.

1. In the docs file 
geode-docs/configuring/cluster_config/gfsh_remote.html.md.erb, about using the 
admin REST interface, the sample gfsh start server command can be simplified.

--J=-Dgemfire.http-service-port=8080
becomes
--http-service-port=8080

--J=-Dgemfire.http-service-bind-address=myremotecluster.example.com
becomes
--http-service-bind-address=myremotecluster.example.com

2. In the docs file geode-docs/rest_apps/setup_config.html.md.erb, about using 
the dev REST API, the gfsh start server commands given in steps 2 and 3 can be 
simplified (corrected).

--J=-Dgemfire.start-dev-rest-api=true
becomes
--J=-Dgemfire.start-rest-api=true

--J=-Dgemfire.http-service-port=8080
becomes
--http-service-port=8080

--J=-Dgemfire.http-service-bind-address=localhost
becomes 
--http-service-bind-address=localhost


> Update admin/dev REST API documentation
> ---
>
> Key: GEODE-2094
> URL: https://issues.apache.org/jira/browse/GEODE-2094
> Project: Geode
>  Issue Type: Bug
>  Components: docs
>Reporter: Karen Smoler Miller
>
> The commands to start a server can be simplified in the prose on using gfsh 
> with REST commands.
> 1. In the docs file 
> geode-docs/configuring/cluster_config/gfsh_remote.html.md.erb, about using 
> the admin REST interface, the sample gfsh start server command can be 
> simplified.
> --J=-Dgemfire.http-service-port=8080
> becomes
> --http-service-port=8080
> --J=-Dgemfire.http-service-bind-address=myremotecluster.example.com
> becomes
> --http-service-bind-address=myremotecluster.example.com
> 2. In the docs file geode-docs/rest_apps/setup_config.html.md.erb, about 
> using the dev REST API, the gfsh start server commands given in steps 2 and 3 
> can be simplified (corrected).
> --J=-Dgemfire.start-dev-rest-api=true
> becomes
> --start-rest-api=true
> --J=-Dgemfire.http-service-port=8080
> becomes
> --http-service-port=8080
> --J=-Dgemfire.http-service-bind-address=localhost
> becomes 
> --http-service-bind-address=localhost



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (GEODE-2094) Update admin/dev REST API documentation

2016-11-10 Thread Karen Smoler Miller (JIRA)

 [ 
https://issues.apache.org/jira/browse/GEODE-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karen Smoler Miller updated GEODE-2094:
---
Description: 
These 3 options for the gfsh start server command are not documented, so also 
add them to the command reference page:
--http-service-port
--http-service-bind-address
--start-rest-api


The commands to start a server can be simplified in the prose on using gfsh 
with REST commands.

1. In the docs file 
geode-docs/configuring/cluster_config/gfsh_remote.html.md.erb, about using the 
admin REST interface, the sample gfsh start server command can be simplified.

--J=-Dgemfire.http-service-port=8080
becomes
--http-service-port=8080

--J=-Dgemfire.http-service-bind-address=myremotecluster.example.com
becomes
--http-service-bind-address=myremotecluster.example.com

2. In the docs file geode-docs/rest_apps/setup_config.html.md.erb, about using 
the dev REST API, the gfsh start server commands given in steps 2 and 3 can be 
simplified (corrected).

--J=-Dgemfire.start-dev-rest-api=true
becomes
--start-rest-api=true

--J=-Dgemfire.http-service-port=8080
becomes
--http-service-port=8080

--J=-Dgemfire.http-service-bind-address=localhost
becomes 
--http-service-bind-address=localhost


  was:
The commands to start a server can be simplified in the prose on using gfsh 
with REST commands.

1. In the docs file 
geode-docs/configuring/cluster_config/gfsh_remote.html.md.erb, about using the 
admin REST interface, the sample gfsh start server command can be simplified.

--J=-Dgemfire.http-service-port=8080
becomes
--http-service-port=8080

--J=-Dgemfire.http-service-bind-address=myremotecluster.example.com
becomes
--http-service-bind-address=myremotecluster.example.com

2. In the docs file geode-docs/rest_apps/setup_config.html.md.erb, about using 
the dev REST API, the gfsh start server commands given in steps 2 and 3 can be 
simplified (corrected).

--J=-Dgemfire.start-dev-rest-api=true
becomes
--start-rest-api=true

--J=-Dgemfire.http-service-port=8080
becomes
--http-service-port=8080

--J=-Dgemfire.http-service-bind-address=localhost
becomes 
--http-service-bind-address=localhost


> Update admin/dev REST API documentation
> ---
>
> Key: GEODE-2094
> URL: https://issues.apache.org/jira/browse/GEODE-2094
> Project: Geode
>  Issue Type: Bug
>  Components: docs
>Reporter: Karen Smoler Miller
>
> These 3 options for the gfsh start server command are not documented, so also 
> add them to the command reference page:
> --http-service-port
> --http-service-bind-address
> --start-rest-api
> The commands to start a server can be simplified in the prose on using gfsh 
> with REST commands.
> 1. In the docs file 
> geode-docs/configuring/cluster_config/gfsh_remote.html.md.erb, about using 
> the admin REST interface, the sample gfsh start server command can be 
> simplified.
> --J=-Dgemfire.http-service-port=8080
> becomes
> --http-service-port=8080
> --J=-Dgemfire.http-service-bind-address=myremotecluster.example.com
> becomes
> --http-service-bind-address=myremotecluster.example.com
> 2. In the docs file geode-docs/rest_apps/setup_config.html.md.erb, about 
> using the dev REST API, the gfsh start server commands given in steps 2 and 3 
> can be simplified (corrected).
> --J=-Dgemfire.start-dev-rest-api=true
> becomes
> --start-rest-api=true
> --J=-Dgemfire.http-service-port=8080
> becomes
> --http-service-port=8080
> --J=-Dgemfire.http-service-bind-address=localhost
> becomes 
> --http-service-bind-address=localhost



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (GEODE-2094) Update admin/dev REST API documentation

2016-11-11 Thread Karen Smoler Miller (JIRA)

 [ 
https://issues.apache.org/jira/browse/GEODE-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karen Smoler Miller updated GEODE-2094:
---
Fix Version/s: 1.1.0-incubating

> Update admin/dev REST API documentation
> ---
>
> Key: GEODE-2094
> URL: https://issues.apache.org/jira/browse/GEODE-2094
> Project: Geode
>  Issue Type: Bug
>  Components: docs
>Reporter: Karen Smoler Miller
>Assignee: Karen Smoler Miller
> Fix For: 1.1.0-incubating
>
>
> These 3 options for the gfsh start server command are not documented, so also 
> add them to the command reference page:
> --http-service-port
> --http-service-bind-address
> --start-rest-api
> The commands to start a server can be simplified in the prose on using gfsh 
> with REST commands.
> 1. In the docs file 
> geode-docs/configuring/cluster_config/gfsh_remote.html.md.erb, about using 
> the admin REST interface, the sample gfsh start server command can be 
> simplified.
> --J=-Dgemfire.http-service-port=8080
> becomes
> --http-service-port=8080
> --J=-Dgemfire.http-service-bind-address=myremotecluster.example.com
> becomes
> --http-service-bind-address=myremotecluster.example.com
> 2. In the docs file geode-docs/rest_apps/setup_config.html.md.erb, about 
> using the dev REST API, the gfsh start server commands given in steps 2 and 3 
> can be simplified (corrected).
> --J=-Dgemfire.start-dev-rest-api=true
> becomes
> --start-rest-api=true
> --J=-Dgemfire.http-service-port=8080
> becomes
> --http-service-port=8080
> --J=-Dgemfire.http-service-bind-address=localhost
> becomes 
> --http-service-bind-address=localhost



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)