Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanusart/vagrant-webdev
Web development (LAMP, nodejs, grunt jekyll etc.) vagrant VM using "precise64" as base
https://github.com/sanusart/vagrant-webdev
Last synced: about 1 month ago
JSON representation
Web development (LAMP, nodejs, grunt jekyll etc.) vagrant VM using "precise64" as base
- Host: GitHub
- URL: https://github.com/sanusart/vagrant-webdev
- Owner: sanusart
- Created: 2013-10-21T22:51:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-30T15:59:49.000Z (over 10 years ago)
- Last Synced: 2024-10-30T06:27:25.863Z (3 months ago)
- Language: Ruby
- Size: 168 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vagrant-webdev
Web development (LAMP, nodejs, grunt jekyll etc.) vagrant VM using "precise64" as base
## Basic configurations
Components and basic configurations can be configured on top of `run.sh` file
## Installing LAMP:
`http://192.168.33.33`
### MySQL:
USER: root
PASS: vagrant
### Apache:
Document root: /var/www/ (which is system link of `/vagrant/www`)
user/group: vagrant/vagrant
### phpMyAdmin:
http://192.168.33.33/phpmyadmin
USER: root
PASS: vagrant
## Also installing:
git 1.8
composer
mongodb
node.js
yo
grunt-cli
bower
gulp
ruby 1.9.1
compass
sass
bundler
github-pages (with Jekyll)
## .dotfiles
Copied from `conf/bash/*`
============================================
Git repo's are cloned from `conf/git/git.sh` and moved to `/var/www/` (which is system link of `/vagrant/www`)