holyshared/c5-example-package

There is no license information available for the latest version (dev-master) of this package.

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:concrete5-package

dev-master 2015-03-11 03:32 UTC

This package is auto-updated.

Last update: 2024-04-15 15:13:10 UTC


README

How to install

Download the concrete5

wget https://github.com/concrete5/concrete5-5.7.0/archive/5.7.3.1.tar.gz
tar zxvf 5.7.3.1.tar.gz

Setup the composer

cd concrete5-5.7.0-5.7.3.1
composer init

Edit the installation path

Open the composer.json.

vi composer.json

Change the path of the vendor-dir.

"config": {
    "vendor-dir": "web/packages"
}

Change the path of the installer-paths.

"extra": {
    "installer-paths": {
        "web/packages/{$name}/": [
            "type:concrete5-package"
        ]
    }
}

Install the package

composer require composer/installers:~1.0
composer require holyshared/c5-example-package:dev-master