Difference between revisions of "Events/Training-2016-04-Content"
From fd.io
< Events
(→Day Two) |
|||
Line 13: | Line 13: | ||
* Please have the following for day 2: | * Please have the following for day 2: | ||
** [[VPP/Setting_Up_Your_Dev_Environment|Set up your repo/ dev environment]] | ** [[VPP/Setting_Up_Your_Dev_Environment|Set up your repo/ dev environment]] | ||
+ | ** [[VPP/Build,_install,_and_test_images|Build vagrant environment]] | ||
+ | ** vagrant ssh (see above step); sudo su | ||
+ | *** wget -O /vagrant/netns.sh “https://tinyurl.com/devboot-netns” | ||
+ | *** wget -O /vagrant/macswap.conf “https://tinyurl.com/devboot-macswap-conf” | ||
+ | *** wget -O ~/.gdbinit “https://tinyurl.com/devboot-gdbinit” | ||
+ | |||
== Day Three == | == Day Three == | ||
== Day Four == | == Day Four == |
Revision as of 02:06, 5 April 2016
As each session is delivered, the content will be provided here initially as PDF, with links to Videos, other content, to come as available.
Contents
Day One
FD.io DevBoot: 1.2 VPP overview
FD.io DevBoot: 1.3 Container demo
FD.io DevBoot: 1.4 Code contribution mechanics
Day Two
- Please have the following for day 2:
- Set up your repo/ dev environment
- Build vagrant environment
- vagrant ssh (see above step); sudo su
- wget -O /vagrant/netns.sh “https://tinyurl.com/devboot-netns”
- wget -O /vagrant/macswap.conf “https://tinyurl.com/devboot-macswap-conf”
- wget -O ~/.gdbinit “https://tinyurl.com/devboot-gdbinit”