Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pixelhandler/vagrant-dev-env
vagrant development environment provisioned with shell scripts on precise64 box
https://github.com/pixelhandler/vagrant-dev-env
Last synced: about 2 months ago
JSON representation
vagrant development environment provisioned with shell scripts on precise64 box
- Host: GitHub
- URL: https://github.com/pixelhandler/vagrant-dev-env
- Owner: pixelhandler
- Created: 2012-10-05T18:24:08.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-08T06:53:42.000Z (about 10 years ago)
- Last Synced: 2024-10-15T07:49:35.180Z (2 months ago)
- Language: Shell
- Size: 853 KB
- Stars: 36
- Watchers: 6
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vagrant Development Environment
===============================Vagrant development environment provisioned with shell scripts on a (linux/ubuntu) precise64 box
## Setup
1. Install VirtualBox (version 4.1.22 or 4.1.23 not 4.2)
2. Install Vagrant (vagrantup.com)
3. Clone repo `git clone git://github.com/pixelhandler/vagrant-dev-env.git`
4. Build box `cd vagrant-dev-env`
5. Add submodule `git submodule init`
6. Update *vagrant-shell-scripts* submodule `git submodule update`
7. Fire up your box `vagrant up`
8. Add to your hosts file: `echo '192.168.50.4 precise64' >> /etc/hosts`(If bin/lamp.sh is incuded in provision script)
Visit or to working apache vhost## Provision.sh and /bin
The precise64 box uses a shell script to provision the vagrant box. Also in the /bin/ directory are the shell scripts for installing apache, mysql, php, mongo, node.js, ruby, yeoman.io and my vim-config with a bunch of tools for an IDE.
**INFO:**
* Using v2 configuration for Vagrantfile
* [Vagrant Shell Scripts](https://github.com/StanAngeloff/vagrant-shell-scripts "scripts") by StanAngeloff
* [Boxes](http://www.vagrantbox.es "boxes")
* [Vim-config](https://github.com/pixelhandler/vim-config "Vim config") using pathogen## Build Something
1. If not already in the repo's root directory `cd vagrant-dev-env` (or the path you created)
2. Login to your presice64 box via ssh `vagrant ssh` (the examples below are run from the vagrant box after connecting via ssh)