千家信息网

seafile安装command的示例分析

发表于:2025-01-31 作者:千家信息网编辑
千家信息网最后更新 2025年01月31日,这篇文章主要介绍了seafile安装command的示例分析,具有一定借鉴价值,感兴趣的朋友可以参考下,希望大家阅读完这篇文章之后大有收获,下面让小编带着大家一起了解一下。1. prepare ins
千家信息网最后更新 2025年01月31日seafile安装command的示例分析

这篇文章主要介绍了seafile安装command的示例分析,具有一定借鉴价值,感兴趣的朋友可以参考下,希望大家阅读完这篇文章之后大有收获,下面让小编带着大家一起了解一下。

1. prepare install

yum install -y java-1.7.0-openjdk poppler-utils libreoffice \

libreoffice-headless libreoffice-pyuno python-devel python-setuptools \

python-imaging MySQL-python mysql-server.x86_64 python-memcached

mysql_install_db

2. init root account password

mysqladmin -u root password 'password'

3. untar seafile

tar xf seafile-pro-server_4.0.0_x86-64.tar.gz

4. init and start seafile

service mysqld start

setup-seafile-mysql.sh

seafile.sh start

seahub.sh start

5. cp seafile-license.txt to right path

'seafile.sh start' will tell you the right path

6. login to web page

service iptables stop -- close the firewall on seafile server

http://ip:8000

7. stop seafile

seahub.sh stop

seafile.sh stop

感谢你能够认真阅读完这篇文章,希望小编分享的"seafile安装command的示例分析"这篇文章对大家有帮助,同时也希望大家多多支持,关注行业资讯频道,更多相关知识等着你来学习!

0