Skip to content

haiwen/seafile-test-deploy

Repository files navigation

seafile-test-deploy Build Status

Scripts for setup the seafile test enviroment.

How to use it

To use it in a project, add the following lines to that project's .travis.yml file:

before_install:
  # build/init/start ccnet-server/seafile-server
  - git clone --depth=1 --branch=master git://github.com/haiwen/seafile-test-deploy /tmp/seafile-test-deploy
  - cd /tmp/seafile-test-deploy && ./bootstrap.sh && cd -

The bootstrap.sh would download/build/init/start ccnet-server/seafile-server/fileserver for you.

About

Scripts for setup the seafile test enviroment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages