This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
# Vagrantfile API/syntax version. Dont touch unless you know what youre doing! | |
VAGRANTFILE_API_VERSION = "2" | |
$ubuntu = <<UBUNTU | |
#follwing commands wont do nothing probably | |
sudo apt-get update -y | |
sudo apt-get upgrade -y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#images are here : | |
#http://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box | |
#git clone VagrantFile | |
# get localrc and thats all ! | |
vagrant up | |
#https://github.com/edx/configuration/blob/master/vagrant/release/devstack/Vagrantfile | |
#hardware pre requists | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##### git markdown: | |
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code | |
##### git revert : | |
git checkout -- app/views/posts/index.html.erb | |