Skip to content

Commit 35b33d7

Browse files
committed
Remove Vagrant integration, use homestead instead
1 parent 47b35b4 commit 35b33d7

File tree

8 files changed

+2
-305
lines changed

8 files changed

+2
-305
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ build/
1616
/vendor/
1717
jackrabbit/
1818
jackrabbit-standalone-*.jar
19-
vagrant/.vagrant
2019
bin/

.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)