Coder Social home page Coder Social logo

concrete5-5.7.0's Introduction

Build Status

concrete5 5.7.0 Developer Repository

This is the developer repository for the 5.7 version of concrete5. In addition to user facing improvements (documented on concrete5.org), 5.7.0 is much different under the hood than 5.6 and earlier. In this repository we can make sure that 5.7 gets the attention it deserves, and anyone who wants to contribute to active 5.7 development can do so.

Important

This is a developer preview branch. This is intended for Add-On developers and core hackers. This is not intended for production sites of any kind.

Installation

  1. Make sure your development environment enables PHP short tags.

  2. Clone this repository.

  3. Use Composer to install the third party dependencies

    If composer is installed globally:

     cd web/concrete
     composer install
    

    If composer is downloaded as a .phar:

     cd web/concrete
     php /path/to/composer.phar install
    

    This should install everything necessary into the vendor/ directory in the concrete directory.

  4. Use npm to install grunt to the build directory and install the command line interface

     cd build
     npm install -g grunt-cli
     npm install
    
  5. Build concrete5 sources with grunt

     cd build
     grunt release
    

concrete5-5.7.0's People

Contributors

aembler avatar aghouseh avatar ahukkanen avatar akiojalehto avatar arcanepain avatar aschepetkov avatar astorm avatar chrishougard avatar christiaan avatar danklassen avatar evancooper avatar grgj avatar hissy avatar infostreams avatar jacklightbody avatar jamesshannon avatar joe-meyer avatar jordanlev avatar korvinszanto avatar mkly avatar mlocati avatar mnkras avatar olsgreen avatar patrickheck avatar remo avatar scottconrad avatar tbcrowe avatar thuic avatar tylerryan avatar wukawitz avatar

Watchers

 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.