Skip to content

Commit

Permalink
Updated Shipped Install Command In CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijay committed Jul 1, 2016
1 parent f4b0447 commit f23024b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
18 changes: 8 additions & 10 deletions labs/shipped-cli-labs/1.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,30 +37,28 @@ Shipped installation requires root or Administrator privileges.
### Linux
Copy the following command, paste it into a terminal window, and run it.

curl -kL https://bintray.com/artifact/download/shippedrepos/shipped-install/linux/shipped-setup.sh | bash -s
curl https://api.ciscoshipped.io/cli/static/shipped-setup.sh | bash -s

<a name="MacOS"></a>
### MacOS
Copy the following command, paste it into a terminal window, and run it.

curl -kL https://bintray.com/artifact/download/shippedrepos/shipped-install/mac/shipped-setup.sh | bash -s
curl https://api.ciscoshipped.io/cli/static/shipped-setup.sh | bash -s

<a name="Windows"></a>
### Windows
Copy the following command, paste it into a terminal window, and run it.

1. Download shipped-install.exe and save it on your desktop.
powershell -command "& {(New-Object Net.WebClient).DownloadFile('https://api.ciscoshipped.io//cli/static/shipped-setup.bat', 'shipped-setup.bat')}; cmd /c '.\shipped-setup.bat'"

https://bintray.com/artifact/download/shippedrepos/shipped-install/windows/shipped-install.exe

1. Double-click *shipped-install.exe*, click **Run**.

![](posts/files/shipped-cli-labs/assets/cli-install-start.png)
![](posts/files/shipped-cli-labs/assets/cli-install-start.png)

It takes several minutes to complete the installation.
It takes several minutes to complete the installation.

![](posts/files/shipped-cli-labs/assets/cli-install-end.png)
![](posts/files/shipped-cli-labs/assets/cli-install-end.png)

1. Press **Enter** to exit the installation.
Press **Enter** to exit the installation.

## Verify
Open a command window, and type the following command to verify that the installation is successful.
Expand Down
2 changes: 0 additions & 2 deletions labs/shipped-cli-labs/4.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Shipped - Commit and Build



On your local machine, you can review and modify a service's source code, and commit it to a GitHub repository. In addition, you can build and test a service in a VM that Shipped creates for your local machine. After making changes on your local machine, you need to commit and push them to the remote repository. Pushing changes to the remote GitHub repository automatically starts a build.

1. Issue a `local commit` command, and provide the names of the project and service to be committed, as well as an optional message.
Expand Down

0 comments on commit f23024b

Please sign in to comment.