ezsystems / launchpad

CLI tool to bootstrap an eZ Platform project Docker stack | #justcode
https://ezsystems.github.io/launchpad
MIT License
22 stars 27 forks source link

[New Feature?] New commands to import storage from remote url #38

Closed yhanini closed 6 years ago

yhanini commented 6 years ago
Q A
Feature request? yes

To avoid travis error on building docker we need to have the latest database and storage. Keep ez docker:importdata

But we could add some commands like :

So we could use dropbox or gdrive to import storage. What do you think ?

Plopix commented 6 years ago

thx @yhanini for bringing that subject!

My feeling on that:

=> I think eZ Launchpad is fine with what it has right now.

I think a solution is already possible, per project:

~/ez exec engine "bash project/scripts/dowhateveryouneed.bash

And that script can do the automation you need to retrieve the DB

You see my point?

yhanini commented 6 years ago

Okay. I see what you mean.

Thanks