Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 974 Bytes

maintain.md

File metadata and controls

32 lines (22 loc) · 974 Bytes

Build

$ sudo ./build.sh

Please check the official document

Release a new version

Common problems and solutions

Not enough memory to build lxml package

symptoms:

Processing lxml-4.4.1.tar.gz
aarch64-linux-gnu-gcc: internal compiler error: Killed (program cc1)

solution: Increase available memory by using a swap file

Unknown seahub error while gunicorn starting

symptoms: fails with no console message solution: temporary comment 'Daemon=True' line in gunicorn.conf and start seahub again