This commit is contained in:
陆柯 2021-07-04 08:48:04 +08:00
parent 0b5aa51682
commit c88ac80cdd
4 changed files with 6 additions and 1 deletions

0
install-lnmp.sh Normal file → Executable file
View File

2
install-seafile.sh Normal file → Executable file
View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# seafile 7/8 必须配 python3 # seafile 7/8 requires python3
sudo apt-get update sudo apt-get update
sudo apt-get install python3 python3-setuptools python3-pip python3-ldap sqlite3 -y sudo apt-get install python3 python3-setuptools python3-pip python3-ldap sqlite3 -y
sudo pip3 install --timeout=3600 Pillow pylibmc captcha jinja2 sqlalchemy==1.3.8 psd-tools django-pylibmc django-simple-captcha sudo pip3 install --timeout=3600 Pillow pylibmc captcha jinja2 sqlalchemy==1.3.8 psd-tools django-pylibmc django-simple-captcha

0
npm-boot-all.sh Normal file → Executable file
View File

5
serve-seafile.sh Executable file
View File

@ -0,0 +1,5 @@
cd /faronear/seafile/seafile-server-latest
sudo ./seafile.sh start
sudo ./seahub.sh start