Skip to content

Commit e71667c

Browse files
committed
Remove Vagrant integration, use homestead instead
1 parent 2278daf commit e71667c

File tree

8 files changed

+2
-307
lines changed

8 files changed

+2
-307
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,3 @@
1717

1818
/app/config/phpcr.yml
1919
/app/app.sqlite
20-
/jackrabbit/
21-
/jackrabbit-standalone-*.jar
22-
/vagrant/.vagrant

.sensiolabs.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ global_exclude_dirs:
77
- vendor
88
- web
99
- app/tests
10-
- vagrant
1110
- bin
1211

1312
pre_composer_script: |

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Link to the [live demo](http://sandbox.cmf.symfony.com/)
1313

1414
## Getting started
1515

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

1919
### You will need:
2020

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

143-
# Getting started using Vagrant
144-
145-
please checkout the [README.md](vagrant) in the vagrant/ folder of the project
146-
147143
# Other hints
148144

149145
## Console

vagrant/README.md

-29
This file was deleted.

vagrant/Vagrantfile

-41
This file was deleted.

vagrant/cookbook/recipes/default.rb

-125
This file was deleted.

vagrant/cookbook/templates/default/jackrabbit.erb

-89
This file was deleted.

vagrant/cookbook/templates/default/vhost.conf.erb

-13
This file was deleted.

0 commit comments

Comments
 (0)