Giter Club home page Giter Club logo

bee's Introduction

Bee

Bee is a command line utility for Backdrop CMS. It includes commands that allow developers to interact with Backdrop sites, performing actions like:

  • Running cron
  • Clearing caches
  • Downloading and installing Backdrop
  • Downloading, enabling and disabling projects
  • Viewing information about a site and/or available projects

Please note that Bee is under active development and, as such, breaking changes may occur. Please see the release notes for a list of any major changes between versions. Also note that Bee is not (yet?) compatible with Microsoft Windows.

Installation

  • Download (or clone) Bee to your computer/server.
    This will create a folder called bee with lots of files inside. Your home directory is a good location for this folder.

  • Make sure bee/bee.php is executable.
    It should be by default, but it doesn't hurt to double-check.

  • Make it easy to run bee commands.
    There are two ways to do this:

    1. Put a symlink to bee/bee.php in your $PATH (e.g. sudo ln -s /path/to/bee/bee.php /usr/local/bin/bee)

    2. Make a Bash alias for bee (e.g. add alias bee='/path/to/bee/bee.php' to your .bash_aliases file)

  • Test to make sure it works.
    Simply type bee in your terminal and you should see a list of available commands displayed.

Lando

Bee can also be used with your existing Lando setup:

  • Add some build steps that download and install Bee:

    services:
      appserver:
        build:
          - wget -qO bee.zip https://github.com/backdrop-contrib/bee/archive/1.x-1.x.zip
          - unzip -q bee.zip && rm bee.zip
          - mv bee-1.x-1.x /usr/local/bin/bee
  • Add a tooling command for bee:

    tooling:
      bee:
        service: appserver
        cmd: /usr/local/bin/bee/bee.php
  • Rebuild Lando (lando rebuild) and then you can use Bee by typing lando bee ...

Issues

Bugs and feature requests should be reported in the issue queue: https://github.com/backdrop-contrib/bee/issues.

Current Maintainers

Credits

License

This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.

bee's People

Contributors

gormartsen avatar serundeputy avatar bugfolder avatar alexshapka avatar alanmels avatar jlfranklin avatar laryn avatar

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.