Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 443 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 443 Bytes

Testing Plik backends

Here you'll find some scripts to run testing instances of plik backends using docker.

First start the docker instance you want to test ( mongodb/swift/weedfs ) :

$ testing/backend/run.sh start 

Then start a plik instance using this backend :

$ make
$ server/plikd --config testing/backend/plikd.cfg

To terminate the docker instance run :

$ testing/backend/run.sh stop