Skip to content

Commit

Permalink
Include seafobj and seafdav; Update readme;
Browse files Browse the repository at this point in the history
  • Loading branch information
towa48 committed Sep 16, 2019
1 parent 7f1db64 commit 8bd8e02
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -317,6 +317,8 @@ build_libsearpc
build_ccnet
build_seafile
build_seahub
build_seafobj
build_seafdav

copy_pkg_source
build_server
Expand Down

0 comments on commit 8bd8e02

Please sign in to comment.