-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from CiscoCloud/documentation
update lab files
- Loading branch information
Showing
54 changed files
with
395 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ You will learn how to: | |
|
||
## Prerequisites | ||
|
||
- Managing Services | ||
- *Managing Services* | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
54 changes: 54 additions & 0 deletions
54
shipped-quick-start/src/posts/files/shipped-quick-start/1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
## Step 1. Sign into Shipped / Create an account on GitHub | ||
|
||
|
||
1. In the browser navigate to <a href="https://github.com/" target="_blank">GitHub</a> | ||
* If you have not yet created a Userid Click "Register" and follow the instructions. | ||
|
||
2. In the browser navigate to <a href="http://ciscocloud.github.io/shipped/dist/#" target="_blank">Shipped</a> | ||
* Once you have registering with GitHub, you can use your userid to log in to Shipped. | ||
|
||
|
||
![](https://github.com/CiscoCloud/shipped-user-guide/blob/master/build/images/walkthroughs/welcome.png) | ||
|
||
# Step 2. Create your first project with Shipped | ||
|
||
|
||
## Start Composing | ||
|
||
Ensure you have navigated to http://ciscocloud.github.io/shipped/dist/#, that you are signed in. | ||
|
||
Select "Create New Project" to begin. | ||
|
||
![](https://github.com/CiscoCloud/shipped-user-guide/blob/master/build/images/walkthroughs/create_project.png) | ||
|
||
Enter the name of your new project name and select "Start Composing". For this example I am going to choice "MyFirstShippedProject". | ||
|
||
### Development Frameworks### | ||
|
||
It allows us to quickly create projects from pre-defined development frameworks including | ||
|
||
* Ruby on Rails | ||
* GruntJS | ||
* Python | ||
* Golang | ||
* Dropwizard | ||
* ExpressJS | ||
* ASP.Net MVC | ||
* PHP | ||
|
||
I am going to choose Golang for my project. | ||
![](https://github.com/CiscoCloud/shipped-user-guide/blob/master/build/images/walkthroughs/compose_develop_tab.png) | ||
|
||
## Choose a Repository | ||
Enter a name for the repository for the Docker image that will be created as a part of this project. I am going to choose shipped101helloworld. As I have a free account on GitHub, my only choice is to choose "Public". I will then click "Add Services" to continue; Today I only want to add one microservice so I will continue by choosing "Next Step" | ||
|
||
![](https://github.com/CiscoCloud/Shipped-Learning-Labs/blob/master/shipped-101-first-project/src/posts/files/shipped-101-first-project/addmicroservice_withname.png) | ||
|
||
## Add Dependancies | ||
We are also prompted to add dependencies such as Cisco APIs, Datastores, Message Queues, etc. Today will choose to keep it simple and not add any dependencies and we will select | ||
|
||
## Build Project | ||
Choose "Build Project" | ||
![](https://github.com/CiscoCloud/shipped-user-guide/blob/master/build/images/walkthroughs/build_project.png) | ||
|
||
### You have now created your first project with Shipped. Next, you will 'git' your project to your local machine, make some changes, and push it back to Shipped and GitHub |
Oops, something went wrong.