How To Install Vagrant IN Ubuntu14.04
最近想搞ceph,不得不說ceph-cookbook上的教程是使用Vagrant去進行實驗的,本人曾經多次使用kvm上建立的虛擬機器進行實驗,可是都是因為缺少了某部分的配置而失敗,所以打算在ubuntu14.04上搭建vagrant平臺進行實驗。看到一篇國外的文章非常好,這裡推薦一下:https://www.godaddy.com/garage/tech/config/install-vagrant-ubuntu-14-04/
<h5>Installation</h5>
- Install VirtualBox.
sudo apt-get install virtualbox
</br> - Install Vagrant.
sudo apt-get install vagrant
(注:The Terminal will indicate that the following new packages will be installed on your machine:)
bsdtar curl libruby1.9.1 libyaml-0-2 ruby ruby-childprocess ruby-erubis
ruby-ffi ruby-i18n ruby-log4r ruby-net-scp ruby-net-ssh ruby1.9.1 vagrant
</br> - Start Vagrant.
vagrant init
NOTE: The “vagrant init” command sets up a Vagrant environment by placing a Vagrant file in the appropriate directory on your machine.
vagrant up
提供一個下載映象比較快的網址給你們:http://www.vagrantbox.es/
使用:vagrant box add <name> <url> [--provider provider] [-h]
相關文章
- How to install Maven on Mac OSXMavenMac
- How to install Python module?Python
- How to Install psql on MacSQLMac
- How to Install LibreOffice on UbuntuUbuntu
- How to Install and Secure Redis on Centos7RedisCentOS
- How to install sougoupinyin on Debian/Ubuntu.GoUbuntu
- ubuntu14.04 and ros indigo install kinect driver--16UbuntuROSGo
- How to Install EMC PowerPath on Oracle VM 3.4Oracle
- How to configure a Vagrant (Homestead) VM in Phpstorm with Xdebug on MacPHPORMMac
- How to Install and Configure VNC Server in CentOS 7VNCServerCentOS
- How to install bos.adt.libm of AIX?IBMAI
- How to Install and Configure VNC on Ubuntu 18.04VNCUbuntu
- How to install (D)DoS Deflate on Debian 7 (Wheezy) / UbuntuUbuntu
- How to install Maven on Mac OS X Mavericks (10.9)MavenMac
- 10g RAC: How to Clean Up After a Failed CRS InstallAI
- Metlink:10g RAC How to Clean Up After a Failed CRS InstallAI
- How To Install An Oracle Database In An Active/Passive Configuration Without RAC? [ID 734361.1]OracleDatabase
- Vagrant for EmacsMac
- Vagrant Documentation
- 使用Vagrant(一):搭建Vagrant執行環境
- Vagrant簡介
- Vagrant 總結
- Vagrant Vs, DockerDocker
- How to install 64-bit Google Chrome 28+ on 64-bit RHEL/CentOS 6 or 7GoChromeCentOS
- How to: Install Microsoft Windows SharePoint Services for Team Foundation Server (Single-Server DeplROSWindowsServer
- 【GC】How to Install Grid Control Agents on RAC Clusters? [ID 378037.1]GC
- Ubuntu14.04搭建LAMPUbuntuLAMP
- Ubuntu14.04搭建LNMPUbuntuLNMP
- vagrant命令彙總
- Vagrant 環境搭建
- Vagrant (二) - 日常操作
- Vagrant詳細教程
- vagrant 相關命令
- vagrant打包分發
- Vagrant 入門指南
- vagrant使用簡介
- Discover Vagrant Boxes
- Ubuntu14.04安裝JDKUbuntuJDK