1. Урок 1. 00:00:59
    Course Goals
  2. Урок 2. 00:01:23
    Developing Locally
  3. Урок 3. 00:01:30
    What is Vagrant?
  4. Урок 4. 00:01:16
    What will we cover in this course?
  5. Урок 5. 00:00:52
    What You Need to Install
  6. Урок 6. 00:02:26
    What's a Vagrantfile and what does it look like?
  7. Урок 7. 00:02:31
    The Vagrantfile Dissected
  8. Урок 8. 00:03:32
    Initial Setup (from scratch)
  9. Урок 9. 00:06:58
    Boxes (vm.box): The Base Operating System
  10. Урок 10. 00:04:39
    Providers (vm.provider): Where the Box / OS Lives
  11. Урок 11. 00:11:14
    Networking (vm.network): How to see inside and access the Box
  12. Урок 12. 00:06:23
    Folder Syncing (vm.synced_folder): How to code with and change the box
  13. Урок 13. 00:06:41
    Provisioning (vm.provision): How to customize the box
  14. Урок 14. 00:01:51
    Quick Recap / Regroup
  15. Урок 15. 00:02:08
    Vagrant Plugins
  16. Урок 16. 00:02:12
    Other Providers Beyond VirtualBox
  17. Урок 17. 00:05:20
    Debugging and Common Issues
  18. Урок 18. 00:03:26
    Advanced Provisioning
  19. Урок 19. 00:03:28
    But isn't there just an easier way?
  20. Урок 20. 00:16:32
    Build a Basic LAMP Stack with Vagrant
  21. Урок 21. 00:02:49
    Additional Resources