项目作者: w-vision

项目描述 :
Pimcore Deployer Script
高级语言: PHP
项目地址: git://github.com/w-vision/pimcore-deployer.git
创建时间: 2017-11-03T07:29:59Z
项目社区:https://github.com/w-vision/pimcore-deployer

开源协议:Other

下载


Pimcore Deployer

This library gives you a clean example of how to use Deployer together with
Pimcore (Version 5+) in order to deploy your application to a web server.

It provides you with additional tasks needed to successfully deploy a Pimcore application into different environments.

Installation

  1. composer require w-vision/pimcore-deployer

Installation installs the Deployer library as well.

Usage

There is a sample Deployer configuration file, which shows you how to configure Deployer for Pimcore.
Copy the file into your root-folder:

  1. vendor/w-vision/pimcore-deployer/deploy.sample.php -> deploy.php

Edit the file deploy.php to suit your configuration.

Start Deployment

  1. vendor/bin/dep deploy