Skip to content

luklewluk/pimcore-deployer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pimcore-Deployer

Basic Deployer configuration for Pimcore which can be used for deployment process.

Installation

  1. (Optional) Add deployer to your project by composer

     composer require deployer/deployer:^3.2
    

This step is optional because Deployer can be installed globally.

  1. Copy deploy.php and servers.yml.dist to your project repository. You can also use my .gitignore.
  2. (Optional) Add pimcore-sak to the repository as it allows migrating Pimcore classes automatically (just remember to use php extra/shell/MigrateCommit.php to export them to JSON).
  3. Create servers.yml file - servers configuration. You can base on servers.yml.dist.
  4. Set you project repository address in deploy.php. Optionally add your own scripts - Deployer Docs.
  5. (Deployment) Go to your project directory in terminal and run php vendor/bin/dep deploy prod

About

Simple Deployer configuration for Pimcore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages