Skip to content

snickerjp/vagrant-idcf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vagrantfile on idcf cloud by snickerjp

create at 15/03/2015 on idcf cloud

Usage


Getting started

  • install Vagrant from vagrantup [important! 必ずvagrantupから最新を持ってくること!]
# for RHEL/CentOS
yum install https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.2_x86_64.rpm

# for Ubuntu/Debian
wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.2_x86_64.deb
dpkg -i vagrant_1.7.2_x86_64.deb
  • install vagrant plugin
vagrant plugin install vagrant-cloudstack
vagrant plugin install dotenv

# dotenv 入れるのに怒られたら、vagrant-vmware-fusion を入れてから dotenv を入れて削除する
vagrant plugin install vagrant-vmware-fusion
vagrant plugin uninstall vagrant-vmware-fusion
  • git clone
git clone https://github.com/snickerjp/vagrant-idcf.git
  • rename files
cp dotenv.template .env
cp Vagrantfile.template.rb Vagrantfile
  • Edit files
vim .env
vim Vagrantfile
  • vagrant up
vagrant up --provider=cloudstack

Let's Enjoy! idcf cloud


参考サイト


About

idcf cloud で使うVagrantfileのテンプレート

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages