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