Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Vagrant integration, use homestead instead #344

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/app/config/parameters.yml
/app/config/phpcr.yml
/build/
/phpunit.xml
/var/*
Expand All @@ -14,8 +15,3 @@
!var/SymfonyRequirements.php
/vendor/
/web/bundles/

/app/config/phpcr.yml
/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).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should explain that one wants to use the parameters file for jackalope-doctrine-dbal . i think our tutorials still assume sqlite - should we use sqlite in homestead by default?


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