Skip to content

Commit

Permalink
Remove Vagrant integration, use homestead instead
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Aug 4, 2016
1 parent 2278daf commit e71667c
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 307 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,3 @@

/app/config/phpcr.yml
/app/app.sqlite
/jackrabbit/
/jackrabbit-standalone-*.jar
/vagrant/.vagrant
1 change: 0 additions & 1 deletion .sensiolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ global_exclude_dirs:
- vendor
- web
- app/tests
- vagrant
- bin

pre_composer_script: |
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Link to the [live demo](http://sandbox.cmf.symfony.com/)

## Getting started

You can run the sandbox on your system, or in a virtualbox VM using Vagrant. For the latter, see
"Getting started using Vagrant"
You can run the sandbox on your system if you have Apache or Nginx installed or
[use Homestead](https://symfony.com/doc/current/setup/homestead).

### You will need:

Expand Down Expand Up @@ -140,10 +140,6 @@ you need to generate the doctrine proxies and dump the assetic assets:
php app/console cache:warmup --env=prod --no-debug
php app/console assetic:dump --env=prod --no-debug

# Getting started using Vagrant

please checkout the [README.md](vagrant) in the vagrant/ folder of the project

# Other hints

## Console
Expand Down
29 changes: 0 additions & 29 deletions vagrant/README.md

This file was deleted.

41 changes: 0 additions & 41 deletions vagrant/Vagrantfile

This file was deleted.

125 changes: 0 additions & 125 deletions vagrant/cookbook/recipes/default.rb

This file was deleted.

89 changes: 0 additions & 89 deletions vagrant/cookbook/templates/default/jackrabbit.erb

This file was deleted.

13 changes: 0 additions & 13 deletions vagrant/cookbook/templates/default/vhost.conf.erb

This file was deleted.

0 comments on commit e71667c

Please sign in to comment.