GithubHelp home page GithubHelp logo

meo-tech / concrete5 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from concretecms/concretecms

0.0 1.0 0.0 113.11 MB

Official repository for concrete5 5.7 development

JavaScript 10.51% PHP 81.13% CSS 6.03% Shell 0.01% Batchfile 0.01% ActionScript 2.33%

concrete5's Introduction

Build Status

concrete5 Developer Repository

This is the developer repository for Concrete5.

Version

This repository contains Concrete5 version 5.7 and greater. Look for 5.6? You want the concrete5-legacy repository.

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's People

Contributors

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

Watchers

Marcus Schuh 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.