From 8bd8e02d6abef5fdae4e834dcc99d8b02c55a8a2 Mon Sep 17 00:00:00 2001 From: towa48 Date: Mon, 16 Sep 2019 06:55:34 +0000 Subject: [PATCH] Include seafobj and seafdav; Update readme; --- README.md | 8 ++++++++ build.sh | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b490f2b..5e92845 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ Seafile server package for Raspberry Pi. Maintained by seafile community. - The latest **stable** rpi version is 7.0.4, [click here to download](https://github.com/haiwen/seafile-rpi/releases/download/v7.0.4/seafile-server_7.0.4_stable_pi.tar.gz). +## Build + +``` +$ git clone https://github.com/haiwen/seafile-rpi.git +$ cd seafile-rpi +$ sudo ./build.sh +``` + ## Manual and Guides - [Seafile Offical Document](http://manual.seafile.com/deploy/using_sqlite.html) diff --git a/build.sh b/build.sh index c16e168..fca8f9a 100755 --- a/build.sh +++ b/build.sh @@ -96,7 +96,7 @@ install_python_thirdparty() mkdir -p $THIRDPARTYFOLDER export PYTHONPATH=$THIRDPARTYFOLDER - pip install --target=$PYTHONPATH --no-deps \ + pip install --target=$PYTHONPATH --no-deps --upgrade \ pytz==2016.1 \ Django==1.8.10 \ django-statici18n==1.1.3 \ @@ -317,6 +317,8 @@ build_libsearpc build_ccnet build_seafile build_seahub +build_seafobj +build_seafdav copy_pkg_source build_server