Coder Social home page Coder Social logo

Drush about civicrm-buildkit-vagrant HOT 2 CLOSED

civicrm avatar civicrm commented on August 31, 2024
Drush

from civicrm-buildkit-vagrant.

Comments (2)

totten avatar totten commented on August 31, 2024

Hmm, drush should be available, but I wonder how you're accessing the CLI?

Generally, with civicrm-buildkit, the idea is that all the developer-y CLI tools like drush or civix are installed one time as part of buildkit -- not installed separately for each build or each repo. This allows you to have the same+full toolchain across all builds (e.g. d7-master, d7-46, wp-master, etal). The arrangement usually requires setting the PATH once).

The code under sites/all/modules/civicrm (aka civicrm-core.git) is supposed to be only the core stuff.

I don't have copy of the vagrantbox running here right now, but I imagine you login somehow (ssh or vagrant ssh). Login and then:

  • Figure out where buildkit's bin dir is located (e.g. find / -name civi-download-tools should find it).
  • The bin dir is supposed to be in PATH (e.g. export PATH=$HOME/buildkit/bin:$PATH)
  • Check that the .profile or .bashrc loaded during login is properly configured. (For Debian-based systems, you might want to check ~/.profile, ~/.bash*, /etc/profile, /etc/bash*, and so on.)

from civicrm-buildkit-vagrant.

mattwire avatar mattwire commented on August 31, 2024

Please reopen if this is still an issue

from civicrm-buildkit-vagrant.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.