|
|
|
|
LEADER |
00000cam a2200000Ma 4500 |
001 |
EBSCO_ocn857713197 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr |n||||||||| |
008 |
130906s2013 xx o 000 0 eng d |
040 |
|
|
|a IDEBK
|b eng
|e pn
|c IDEBK
|d OCLCQ
|d EBLCP
|d MHW
|d E7B
|d MEAUC
|d DEBSZ
|d OCLCQ
|d S4S
|d OCLCO
|d OCLCQ
|d COO
|d OCLCO
|d YDXCP
|d OCLCQ
|d FEM
|d CNNOR
|d MOR
|d PIFAG
|d N$T
|d UMI
|d DEBBG
|d OCLCF
|d ZCU
|d AGLDB
|d MERUC
|d OCLCQ
|d D6H
|d OCL
|d VTS
|d CEF
|d ICG
|d OCLCQ
|d STF
|d UAB
|d DKC
|d OCLCQ
|d AJS
|d OCLCQ
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 863645251
|a 961594417
|a 962699532
|a 968001858
|a 969009041
|
020 |
|
|
|a 1299832458
|q (electronic bk.)
|
020 |
|
|
|a 9781299832459
|q (electronic bk.)
|
020 |
|
|
|a 9781849519199
|q (electronic bk.)
|
020 |
|
|
|a 1849519196
|q (electronic bk.)
|
020 |
|
|
|z 9781849519182
|
020 |
|
|
|z 1849519188
|
029 |
1 |
|
|a AU@
|b 000052404457
|
029 |
1 |
|
|a AU@
|b 000055915793
|
029 |
1 |
|
|a CHBIS
|b 010480578
|
029 |
1 |
|
|a CHNEW
|b 000634486
|
029 |
1 |
|
|a CHVBK
|b 336940157
|
029 |
1 |
|
|a DEBBG
|b BV041632532
|
029 |
1 |
|
|a DEBBG
|b BV041776605
|
029 |
1 |
|
|a DEBBG
|b BV044063301
|
029 |
1 |
|
|a DEBSZ
|b 397633297
|
029 |
1 |
|
|a DEBSZ
|b 404320481
|
029 |
1 |
|
|a DEBSZ
|b 493126651
|
029 |
1 |
|
|a GBVCP
|b 785374167
|
035 |
|
|
|a (OCoLC)857713197
|z (OCoLC)863645251
|z (OCoLC)961594417
|z (OCoLC)962699532
|z (OCoLC)968001858
|z (OCoLC)969009041
|
037 |
|
|
|a 514496
|b MIL
|
050 |
|
4 |
|a QA76.76.O63 .P384 2013
|
072 |
|
7 |
|a COM
|x 046070
|2 bisacsh
|
082 |
0 |
4 |
|a 005.432
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Peacock, Michael.
|
245 |
1 |
0 |
|a Creating development environments with Vagrant :
|b create and manage virtual development environments wth Puppet, Chef, and VirtualBox using Vagrant /
|c Michael Peacock.
|
260 |
|
|
|b Packt Publishing,
|c 2013.
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|2 rda
|
490 |
1 |
|
|a Community experience distilled
|
520 |
|
|
|a This is a practical, hands-on guide that will help you set up and implement virtual development environments with Vagrant easily and effortlessly.""Creating Development Environments with Vagrant"" is for Vagrant developers, programmers, and coders who want to maintain multiple projects within their own environment. It is also aimed at companies who are looking to deploy ready-to-go development solutions for new staff or even existing staff moving to new projects, and to enforce a consistent and portable virtual development environment that is easy to create and quick to set up.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Vagrant; Requirements for Vagrant; Getting installed; Installing VirtualBox; Installing Vagrant; Summary; Chapter 2: Managing Vagrant Boxes and Projects; Creating Vagrant projects; Importing and using base boxes; Creating projects without importing a base box; Managing Vagrant boxes; Adding Vagrant boxes; Listing Vagrant boxes; Removing Vagrant boxes; Repackaging a Vagrant box; Finding Vagrant boxes; Controlling guest machines.
|
505 |
8 |
|
|a Powering up the virtual machineSuspending the virtual machine; Resuming the virtual machine; Shutting down the virtual machine; Starting from scratch; Connecting to the virtual machine over SSH; Integration between the host and the guest; Port forwarding; Synced folders; Networking; Auto-running commands; Summary; Chapter 3: Provisioning with Puppet; Provisioning; About Puppet; Creating modules and manifests with Puppet; Puppet classes; Default Puppet manifests; Resources; Resource execution ordering; Installing software; Update our package manager; Install the Apache package.
|
505 |
8 |
|
|a Run the Apache serviceFile management; Copy a file; Create a symlink; Create folders; Create multiple folders in one go; cron management; Running commands; Manage users and groups; Creating groups; Creating users; Updating the sudoers file; Subscribe and refresh only; Puppet modules; Using Puppet to provision servers; Summary; Chapter 4: Provisioning with Chef; Knowing about Chef; Creating cookbooks and recipes with Chef; Resources -- what Chef can do; Installing software; Updating our package manager; Installing the Apache package; Running the Apache service; Understanding file management.
|
505 |
8 |
|
|a Copying a fileCreating a symlink; Creating folders; Creating multiple folders in a single process with looping; Managing cron; Running commands; Managing users and groups; Creating groups; Creating users; Updating the sudoers file; Knowing common resource functionalities; Using Chef cookbooks; Using Chef to provision servers; Summary; Chapter 5: Provisioning with Vagrant using Puppet and Chef; Provisioning within Vagrant; Provisioning with Puppet on Vagrant; Using Puppet in a standalone mode; Puppet provisioning in action; Using Puppet in client/server mode; Provisioning with Chef on Vagrant.
|
505 |
8 |
|
|a Using Chef soloUsing Chef in a client/server mode; Other builtin provisioners; Provisioning with SSH -- a recap; Ansible playbooks; Using multiple provisioners on a single project; Overriding provisioning via the command line; Summary; Chapter 6: Working with Multiple Machines; Using multiple machines with Vagrant; Defining multiple virtual machines; Connecting to the multiple virtual machines over SSH; Networking the multiple virtual machines; Provisioning the machines separately; Destroying a multi-machine project; Summary; Chapter 7: Creating Your Own Box; Getting started.
|
588 |
0 |
|
|a Print version record.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Web applications
|x Development.
|
650 |
|
0 |
|a Project management.
|
650 |
|
6 |
|a Applications Web
|x Développement.
|
650 |
|
6 |
|a Gestion de projet.
|
650 |
|
7 |
|a COMPUTERS
|x Operating Systems
|x Linux.
|2 bisacsh
|
650 |
|
7 |
|a Project management.
|2 fast
|0 (OCoLC)fst01078797
|
776 |
0 |
8 |
|i Print version:
|z 9781299832459
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=637235
|z Texto completo
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10754113
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 637235
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis26098948
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11120013
|
994 |
|
|
|a 92
|b IZTAP
|