Clarify cat command. Capitalize hub. Reword ending of prism article.

This commit is contained in:
Ross McDonald
2018-04-19 10:50:34 -05:00
parent f72f9889b7
commit c11c9f646f
8 changed files with 12 additions and 14 deletions

View File

@@ -85,7 +85,7 @@ gpgkey=https://pkg.stoplight.io/stoplight.key
EOF
```
> Be sure to set your repository credentials before issuing the `cat` command
> Make sure that the repository credentials are set before issuing the `cat` command above.
#### Installing the API Package

View File

@@ -81,7 +81,7 @@ gpgkey=https://pkg.stoplight.io/stoplight.key
EOF
```
> Be sure to set your repository credentials before issuing the `cat` command
> Make sure that the repository credentials are set before issuing the `cat` command above.
#### Installing the App Package

View File

@@ -77,7 +77,7 @@ gpgkey=https://pkg.stoplight.io/stoplight.key
EOF
```
> Be sure to set your repository credentials before issuing the `cat` command
> Make sure that the repository credentials are set before issuing the `cat` command above.
#### Installing the Exporter Package

View File

@@ -74,7 +74,7 @@ gpgkey=https://pkg.stoplight.io/stoplight.key
EOF
```
> Make sure that the repository credentials are set before issuing the `cat` command
> Make sure that the repository credentials are set before issuing the `cat` command above.
Once the repository is configured properly, you can install the GitLab component using the command:

View File

@@ -65,7 +65,7 @@ gpgkey=https://pkg.stoplight.io/stoplight.key
EOF
```
> Be sure to set your repository credentials before issuing the `cat` command
> Make sure that the repository credentials are set before issuing the `cat` command above.
#### Installing the Hub Builder Package

View File

@@ -61,7 +61,7 @@ gpgkey=https://pkg.stoplight.io/stoplight.key
EOF
```
> Be sure to set your repository credentials before issuing the `cat` command
> Make sure that the repository credentials are set before issuing the `cat` command above.
#### Installing the Prism Package
@@ -244,12 +244,10 @@ is running properly.
## Post-install Validations
Once the Prism component is running, you can verify the installation was
successful issuing an HTTP GET request to the `/health` URL on the HTTP admin
port (set with `admin_bind`):
successful by issuing an `HTTP GET` request to the `/health` endpoint:
```bash
$ curl -v localhost:4050/health
Hello!
curl -v localhost:4050/health
```
> Be sure to update the URL above to match your local installation

View File

@@ -1,6 +1,6 @@
# Pubs (Hubs Server)
The **Pubs** component serves and catalogs hubs published through Stoplight.
The **Pubs** component serves and catalogs Hubs published through Stoplight.
> #### Networking Details
>
@@ -52,7 +52,7 @@ gpgkey=https://pkg.stoplight.io/stoplight.key
EOF
```
> Be sure to set your repository credentials before issuing the `cat` command
> Make sure that the repository credentials are set before issuing the `cat` command above.
#### Installing the Pubs Package
@@ -102,7 +102,7 @@ https_bind: "127.0.0.1:8443"
#### ssl_enabled
The `ssl_enabled` variable denotes whether SSL should be enabled when serving
hub requests.
Hub requests.
```yaml
ssl_enabled: yes

View File

@@ -55,7 +55,7 @@ gpgkey=https://pkg.stoplight.io/stoplight.key
EOF
```
> Be sure to set your repository credentials before issuing the `cat` command
> Make sure that the repository credentials are set before issuing the `cat` command above.
#### Installing the Tasker Package