-
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
Provide some documentation for common V1 operations #106
Comments
using drush should be the same. have you checked this out at all? |
Yes I checked that and tried all propesed solutions without success. There are many different posts spanning 4 years and I am not sure will apply to the Kalabox stack or my mac configuration (I had worked also with bitnami-drupal recently, maybe something is conflicting upon drush?). Solution #4 & #6 & #7 : I cd to /Users/me/kalabox/www/mysite and run drush en mymodule there, isn't that correct? Also doing cd /Users/me/kalabox/www/mysite/sites/all/modules and drush -y en mymodule o drush en mymodule returns the same error. Should I mention my bash.profile is like this: and that when I run drush en mymodule the error returns also this: Drush was attempting to connect to: |
ohhhh i see what you are doing. so you can def run drush externally on your mac but you may need to create better aliases to help facilitate that. generally when i run drush i will click on the ssh button the kalabox dash and run commands from there. the sites are in /var/www. |
I don't have a www folder inside /var ... :O If I click on the SSH button what should I do next? Typing ls I can only see one of my sites which was created on Pantheon. Thanks for you support :( |
/var/www should be be in kalabox so you will need to click SSH first. Once
To see call your sites and then you can just cd into a site and you should On Wed, Jul 30, 2014 at 4:57 PM, Lorenzo Giovenali <[email protected]
Cheers, Mike Pirog |
Finally! Thanks a lot man! How can I send you a free beer? |
🍺 :) |
🍻 |
3 > 1 for sure! |
oh wait is that actually 2? i must be drunk already. |
Ok, I am very sorry for having spammed in your issue queue lately. I think you really need to write some documentation for 'noobs' like me, and I would like to help but I don't think I am the right one to do it :( |
No worries! Issue reports make the project better for everybody. If you want to list maybe the top five things that would be good for us to include in documentation that would be super helpful! |
I would start with:
Will update when I find more difficulties :) |
Perfect! That is all really helpful. I'm going to change the issue here and open to reflect the need for documentation and hopefully we can get someone on this ASAP! |
@reynoldsalec @andrewmallis wont be around tomorrow for comday but this should be a priority and shouldnt take too long!
|
Temporarily assigning to @andrewmallis, let me know if you don't have time for this and I'll knock it out. |
Provided drush instructions, need to write up some Pantheon export instructions: https://github.com/kalamuna/kalabox/wiki/Using-Kalabox-V1:-Drush---Exporting-Sites |
Awesome! @kopeboy feel free to review all these docs we are posting to make sure they are helpful! |
I cd to my site (kalabox/www/mysite) and run drush en a_module:
"Command pm-enable needs a higher bootstrap level to run ..."
I searched online and in your wiki but couldn't find a guide to use drush, only Terminatur for a Pantheon-downloaded site. What if I want to use drush on a local site, and later upload the site to Pantheon?
Instead, drush dl a_module works
The text was updated successfully, but these errors were encountered: