alias vagrant="bundle exec vagrant"
vagrant basebox define 'ms_server' 'ubuntu-10.10-server-i386' vagrant basebox build 'ms_server'
change gems/veewee-0.2.0/lib/veewee/session.rb:263 "localhost" => "127.0.0.1" and it works great.
-
resolo rsync problem
-
http://vagrantup.com/docs/commands.html => ssh_config
-
http://nepalonrails.tumblr.com/post//setup-gitlab-github-clone-using-vagrant-and-chef
-
http://www.pro-linux.de/news/1/17722/log-analysierer-octopussy-in-version-10-freigegeben.html
-
http://wiki.opscode.com/display/chef/Custom+Knife+Bootstrap+Script
-
http://blog.afistfulofservers.net/post/3902042503/a-brief-chef-tutorial-from-concentrate
# setup vagrant gem install vagrant vagrant box add lucid32 http://files.vagrantup.com/lucid32.box rails new todo cd todo vagrant init lucid32 mate Vagrantfile vagrant up vagrant ssh
whoami cd /vagrant ruby -v sudo apt-get update sudo apt-get install build-essential zlib1g-dev curl git-core sqlite3 libsqlite3-dev
git clone git://github.com/sstephenson/rbenv.git ~/.rbenv echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile echo 'eval "$(rbenv init -)"' >> ~/.bash_profile source .bash_profile git clone git://github.com/sstephenson/ruby-build.git cd ruby-build/ sudo ./install.sh rbenv install 1.9.2-p290
cd /vagrant gem install bundler rbenv rehash bundle bundle exec rails s
vagrant reload vagrant status vagrant suspend vagrant resume vagrant halt vagrant up vagrant package vagrant destroy
curl https://raw.github.com/spf13/spf13-vim/master/bootstrap.sh -o - | sh
#rvm_gem "nokogiri" do
#end
#rvm_shell "migrate_rails_database" do
#end
#rvm_wrapper "sys" do
#end
#rvm_wrapper "test" do
#end
#execute "bundle install" do
#end
#bash "bundle gems" do
#end
#execute "create, migrate and seed database" do
#end
#ruby_block "do-http-request-with-custom-header" do
#end