-
Download and install VirtualBox
-
Download and install Vagrant
-
Clone
devstack
repositorygit clone git://github.com/openstack-dev/devstack.git
-
Switch to
devstack
directory
cd devstack
Download and install VirtualBox
Download and install Vagrant
Clone devstack
repository
git clone git://github.com/openstack-dev/devstack.git
Switch to devstack
directory
cd devstack
This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.
###Array ####Definition:
Cloud Security Orienteering: Checklist
by Rami McCarthy
via TL;DR sec
How to orienteer in a cloud environment, dig in to identify the risks that matter, and put together actionable plans that address short, medium, and long term goals.
Based on the Cloud Security Orienteering methodology.
import React from 'react'; | |
function App() { | |
return ( | |
<div>Hello, Advisor</div> | |
); | |
} |