2017 © Pedro PelĂĄez
 

library sulu-sync

Sync contents between two Sulu systems.

image

fusonic/sulu-sync

Sync contents between two Sulu systems.

  • Tuesday, July 25, 2017
  • by mburtscher
  • Repository
  • 8 Watchers
  • 5 Stars
  • 1,204 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 4 Versions
  • 14 % Grown

The README.md

SuluSyncBundle

Installation

composer require fusonic/sulu-sync, (*1)

With a healthy Sulu installation, install this bundle and add it to your AbstractKernel.php:, (*2)

...
new Fusonic\SuluSyncBundle\FusonicSuluSyncBundle(),
...

Usage

In sulu-standard, the console file is in the app folder., (*3)

In sulu-minimal, the console file is in the bin folder., (*4)

Export contents

To export contents, use (app|bin)/console sulu:export. Export command, (*5)

Import contents

To import contents, use (app|bin)/console sulu:import <host>. Downloading assets might take a while, depending on the size of the uploads directory. Import command, (*6)

To import everything but uploads, use (app|bin)/console sulu:import <host> --skip-assets. This will speed up the import., (*7)

The Versions

25/07 2017

dev-master

9999999-dev

Sync contents between two Sulu systems.

  Sources   Download

The Requires

 

by Andreas Fröwis

12/05 2017

v0.2.0

0.2.0.0

Sync contents between two Sulu systems.

  Sources   Download

The Requires

 

by Andreas Fröwis

12/05 2017

dev-lower-console-versions

dev-lower-console-versions

Sync contents between two Sulu systems.

  Sources   Download

The Requires

 

by Andreas Fröwis

12/04 2017

v0.1.0

0.1.0.0

Sync contents between two Sulu systems.

  Sources   Download

The Requires

 

by Andreas Fröwis