Git Product home page Git Product logo

vagrant-sample-centos-6.5's Introduction

Vagrant up で CentOS 6.5, 64bit を使う

centos65 という名前をつけて vagrant box (VM のイメージ) を取ってくる。

vagrant init centos65 https://github.com/2creatives/vagrant-centos/releases/download/v6.5.1/centos65-x86_64-20131205.box

(200 MB ぐらいダウンロードするのでここでコーヒーを飲む。または歯磨きをする)

VM が立ち上がる。

vagrant up

立ち上がった VM に ssh してみる。

vagrant ssh

VM を終了する。

vagrant halt

VM をぶっこわす。

vagrant destory

NeXT Step

  1. vagrant up と同時に自動的に provisioning してしまう。Chef Solo, Ansible など
  2. VirtualBox 以外にも vagrant up する
  3. vagrant box add onamae URL でお好きなボックスを追加。URL はここを見て下さい。 http://www.vagrantbox.es
  4. config.vm.box_download_checksum して確かめる http://docs.vagrantup.com/v2/vagrantfile/machine_settings.html

vagrant-sample-centos-6.5's People

Contributors

nyoho avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.