An open API service indexing awesome lists of open source software.

https://github.com/fusonic/sulusyncbundle


https://github.com/fusonic/sulusyncbundle

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# SuluSyncBundle

## Installation
`composer require fusonic/sulu-sync`

With a healthy Sulu installation, install this bundle and add it to your `AbstractKernel.php`:

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

## Usage

In sulu-standard, the console file is in the `app` folder.

In sulu-minimal, the console file is in the `bin` folder.

### Export contents
To export contents, use `(app|bin)/console sulu:export`.
![Export command](http://i.imgur.com/AGOziOH.gif)

### Import contents
To import contents, use `(app|bin)/console sulu:import `. Downloading assets might take a while, depending on the size of the `uploads` directory.
![Import command](http://i.imgur.com/nIn58vp.gif)

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