haiwen / seafile-test-deploy

Scripts for setup the seafile test enviroment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Shell 100.0%