You put the lime in the coconut and shake it all up!
To be able to have a consistent "portable" work environment with familiar tools anywhere you go. Starting with Laravel/Homestead, you can toggle features in the provisioning script (vagrantrunme.sh).
- Username/Password: vagrant/vagrant
- Root Username/Password: root/VAGRANT
- mounted folders:
- /user_home => mounts host home directory
- /vagrant/ => mounts 'dotvagrant'
- /vagrant-data/ => mounts '..' or the parent of 'dotvagrat'
- gui - gnome-shell
- vb.memory = "5025"
- Ubuntu 14.04
- PHP 5.6
- HHVM
- Nginx
- MySQL
- Postgres
- Node (With Bower, Grunt, and Gulp)
- Redis
- Memcached
- Beanstalkd
- Laravel Envoy
- Blackfire Profiler http://laravel.com/docs/5.0/homestead
- spf13: https://github.com/spf13/spf13-vim
- Solarized for Gnome : https://github.com/Anthony25/gnome-terminal-colors-solarized
- TMUX: https://gist.github.com/diginc/8531848
- http-server: https://github.com/indexzero/http-server
- SASS: http://sass-lang.com/install
- Compass: http://thesassway.com/beginner/getting-started-with-sass-and-compass
- css_parser: http://thesassway.com/beginner/getting-started-with-sass-and-compass
- SimpleHTTPServer: https://www.npmjs.com/package/simplehttpserver
- Ruby: https://github.com/joshfng/railsready
To speed up your vagrant reloads with vagrant-cachier to locally store apt, deb, etc. Make sure you have Vagrant 1.4+ and run : vagrant plugin install vagrant-cachier
git clone https://github.com/joshmccall221/dotvagrant.git && cd ./dotvagrant && vagrant up && vagrant reload
- https://atlas.hashicorp.com/
- http://askubuntu.com/questions/53822/how-do-you-run-ubuntu-server-with-a-gui
- http://www.devopsbookmarks.com/
- https://github.com/dotless-de/vagrant-vbguest
- http://docs.vagrantup.com/v2/virtualbox/boxes.html
- https://gist.github.com/fundon/1150782
- http://blog.csanchez.org/2012/05/03/automatically-download-and-install-virtualbox-guest-additions-in-vagrant/
- hashicorp/vagrant#3341
- https://github.com/fgrehm/vagrant-cachier
https://github.com/jeremyFreeAgent/oh-my-zsh-powerline-theme
###Homage: All things dot files:
List of all things:
Noteworthy (Most of the dot files listed here and in the above list are designed for OSX, for OSX vagrant vagriant see below):
- https://github.com/skwp/dotfiles
- https://github.com/mathiasbynens/dotfiles
- https://github.com/atomantic/dotfiles
note: these projects are great for developers who are mac fans (this guy) but leaves your windows work pc out to dry thus adding emphasis for the need of this project (dotfiles contained in a vagrant).
OSX vagrant:
- https://github.com/AndrewDryga/vagrant-box-osx <========== vagrant osx!!!!!!!!
###Centos