https://github.com/codersakl/laravel-vagrant
https://github.com/codersakl/laravel-vagrant
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codersakl/laravel-vagrant
- Owner: CodersAKL
- Created: 2015-02-14T18:37:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-24T19:54:33.000Z (about 10 years ago)
- Last Synced: 2025-03-24T06:52:29.011Z (about 1 year ago)
- Language: Shell
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# laravel-vagrant
## The easy way to install latest laravel and run the vagrant
To configure for your needs please edit Vagrant file.
Simple checkout this repository and then run the command
```vagrant up```
### Windows users
[Recommended terminal for windows][1]
[1]: http://conemu.github.io/
ran this command before ```vagrant up``` in an **admin** command prompt on windows :
```
fsutil behavior set SymlinkEvaluation L2L:1 R2R:1 L2R:1 R2L:1
```
then go to your project dir and run as **admin**. More info why https://github.com/mitchellh/vagrant/issues/713
```
vagrant up
```
This will install
1. Ubuntu 14.04 x64
1. Apache
1. Ruby
1. SASS
1. COMPASS
1. Bootstrap-sass
1. Composer
1. PHP 5.5
1. MySQL 5.5
1. SQLite
1. Elastic Search and ElasticHQ
1. Memcached
1. Nodejs
By default this vagrant starting with GUI, so no need to connect to the server via SSH. Default login is
```
User: vagrant
Pass: vagrant
```
Login to the server using SSH
```
user: vagrant
host: 127.0.0.1
port: 2222
ssh url: ssh://vagrant@127.0.0.1:2222
```
#### For COMPASS users
please use the --poll setting in watch command see: https://github.com/Compass/compass/issues/394
```
compass watch /vagrant --poll
```
Scripts for installing tools is used from https://github.com/fideloper/Vaprobash
1. https://github.com/barryvdh/laravel-debugbar
1. https://github.com/mcamara/laravel-localization
1. https://github.com/Zizaco/entrust/tree/laravel-5