Git Product home page Git Product logo

composer-7's Introduction

Composer extension for Chassis

The Composer extension automatically sets up your Chassis instance to be able to use composer on your Chassis box.

Installation

  1. Add this extension to your extensions directory git clone https://github.com/Chassis/Composer.git extensions/composer
  2. Run vagrant provision.

Alternative Installation

  1. Add - chassis/composer to your extensions in one of you yaml files. e.g.
    extensions:
    - chassis/composer
    
  2. Run vagrant provision.

Installing Composer version 1

By default Composer 2.x is installed but if you require Composer version 1.x for your project then you can add the following to one of your yaml files.

composer:
  version: 1

Installing Composer dependencies

You can have Chassis automatically run composer install in a number of directories in your project by adding a list of directories in one of your yaml files. e.g.

composer:
    paths:
        # Use absolute paths on the VM. For a default Chassis installation this should be:
        - /vagrant/content/plugins/yourplugin
        - /vagrant/content/themes/atheme
        # If you're using paths (http://docs.chassis.io/en/latest/config/#paths) in Chassis this should be:
        - /chassis/content/plugins/yourplugin
        - /chassis/content/themes/atheme

You can also specify options to pass to composer install e.g.

composer:
    paths:
        - /vagrant/content/plugins/yourplugin
        - /vagrant/content/themes/atheme
    options: --prefer-source --verbose

You'll need to run vagrant provision for those to be installed if you'd added them after your first initial Chassis vagrant up.

composer-7's People

Contributors

bronsonquick avatar tdlm 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.