-
Notifications
You must be signed in to change notification settings - Fork 9
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
Lando recipe for SiteFarm fun. #16
base: master
Are you sure you want to change the base?
Conversation
Awesome Alec! I watched the badcamp presentation and have been interested to play with Lando. I've run into a couple issues. I'm on OSx 10.11.6 using Lando v3.0.0-beta.25. Attempt 1: First I checked out your branch in my current repo (where I already had previous installation with composer) and ran
Attempt 2: I did a fresh clone into a new directory. Composer installed everything and cleanly applied patches. When going to a provided url it brought up the drupal install page. I clicked "install" and got the following:
Any ideas? |
I just tried |
@reynoldsalec I received the same error as @mrkmiller did. |
Guessing this is an issue with a (Drupal) config file not getting linked, will have to check this out. Sorry for the lag here, didn't see the comments for some reason! |
I was able to install SiteFarm on Lando by doing the following:
? What recipe do you want to use?
Obtain https URL and database credentials from Hope this helps! |
This adds the .lando.yml file and a necessary lando settings.php file to get the easy Lando setup detailed in the documentation changes proposed on PR ucdavis/sitefarm_seed#177