Skip to content

Latest commit

 

History

History
 
 

testing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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