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

Conversation

wouterj
Copy link
Member

@wouterj wouterj commented Aug 4, 2016

Fixes #342

@dbu
Copy link
Member

dbu commented Aug 4, 2016

don't we need some sort of config file for homestead that tells it the structure and installs jackrabbit?

btw, there is a merge conflict.

@wouterj
Copy link
Member Author

wouterj commented Aug 4, 2016

don't we need some sort of config file for homestead that tells it the structure and installs jackrabbit?

No, homestead is configured on the PC. E.g. when you want to use the CMF sandbox using Homestead, all you need is this configuration in your Homestead config file (global on your PC):

folders:
    - map: ~/sf-world/cmf/cmf-sandbox
      to: /home/vagrant/cmf-sandbox

sites:
    - map: cmf-sandbox.local
      to: /home/vagrant/cmf-sandbox/web
      type: symfony

databases: [cmf_sandbox]

And then configure Symfony to use the cmf_sandbox MySQL database.

Fyi, merge conflict is fixed

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?

@ElectricMaxxx
Copy link
Member

Not sure but felt the way as if you can run it locally as I saw the SymfonyCon talk. And the you will be able to deploy in a branch alike manner. In a symfony ecosystem we should try to get a "community" license then and allow to push each forking user into "our" cloud on a unique branch. But it can be that I think to futuristic. :-)

@wouterj wouterj closed this Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Vagrant integration and promote Homestead instead
4 participants