Skip to content

Files

Latest commit

 

History

History
11 lines (10 loc) · 288 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 288 Bytes

Getting Started

  1. git submodule init
  2. git submodule update
  3. vagrant up
  4. vagrant ssh
  5. echo "awesome" > test
  6. swift upload mycontainer test
  7. swift download mycontainer test -o -
  8. for i in {1..4}; do kcmd -P 80${i}0 list objects; done