| === Get the code | |
| Clone the code from the Git repository: http://wiki.eclipse.org/Virgo/Source#Virgo_git_Repositories[Sample Git repository]: | |
| [source,sh,subs="attributes"] | |
| ---- | |
| $ cd ~/MyAwesomeProjectDirectory/ | |
| $ git clone git://git.eclipse.org/gitroot/virgo/org.eclipse.virgo.samples.git | |
| $ cd org.eclipse.virgo.samples | |
| $ cd {recipe-short-name} | |
| ---- | |
| Once inside the source directory of this recipe - your are good to go. |