Seafile內部雲盤

来源:http://www.cnblogs.com/edwardlogs/archive/2016/11/16/Linuxseafile.html
-Advertisement-
Play Games

軟體列表軟體版本備註centos6.4 x86_6464位系統mysqlmysql5.5.49本機使用python2.7seafile 依賴pythonpip8.1.2安裝模塊使用python-imaging1.1.7python模塊mysql-python1.2.5python模塊 使用pip安裝... ...


軟體列表

軟體 版本 備註
centos 6.4 x86_64 64位系統
mysql mysql5.5.49 本機使用
python 2.7 seafile 依賴python
pip 8.1.2 安裝模塊使用
python-imaging 1.1.7 python模塊
mysql-python 1.2.5 python模塊 使用pip安裝
pythhon-setuptools 23.0.0 python模塊
simplejson 預設版本
seafile-server seafile-server_5.1.3_x86-64 私有雲盤

軟體安裝

  • 升級python到2.7.10
shell>yum -y update
shell>yum groupinstall “Development tools”
shell> yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel
shell>tar xf Python-2.7.10.tar.xz 
shell>cd Python-2.7.10
shell> ./configure –prefix=/usr/local
shell> make && make altinstall
shell>ls -la /usr/local/bin/python2.7*
shell>mv /usr/bin/python /usr/bin/python2.6.6
shell>ln -s /usr/local/bin/python2.7 /usr/bin/python
  • yum 安裝mysql 和 mysql-devel
#刪除當前系統中存在 Mysql 相關
shell> yum remove mysql-*
shell> rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
shell> rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm
or
shell> wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
shell> wget https://mirror.webtatic.com/yum/el6/latest.rpm
#安裝 Mysql5.5X 參考文檔https://webtatic.com/packages/mysql55/
shell> yum install mysql55w mysql55w-server mysql55w-devel
#更改配置文件
shell> vim /etc/my.cnf # database=/software/mysqldata(自定義)
shell > service mysqld start
shell > mysql -uroot -p
    mysql > GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'Tczafle@521' WITH GRANT OPTION;
    mysql > GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY 'Tczaflw@521' WITH GRANT OPTION;
    mysql > FLUSH PRIVILEGES;
  • 下載安裝Python 模塊
#download python-imaging pythhon-setuptools
shell > tar xzf  python-imaging-1.1.7.tar.gz
shell > cd imaging-1.1.7
shell > python setup.py install
shell > tar xzf setuptools-23.0.0.tar.gz
shell > cd setuptools-23.0.0
shell > python setup.py install
#use pip install mysql-python simplejson
#pip install
shell > tar xzf pip-8.1.2.tar.gz
shell > cd pip-8.1.2
shell > python setup.py install
#set pip Network Source
shell > vim ~/pip/pip.conf #豆瓣源:http://pypi.douban.com/simple/ 
shell > pip install mysql-python
shell > pip install simplejson
  • 安裝seafile
#參考文檔 http://www.tecmint.com/install-seafile-in-linux/
#download seafile https://www.seafile.com/download/ 選擇需要的版本
shell > adduser seafile
shell > passwd seafile
shell > su -seafile
shell > tar xzf seafile-server_5.1.3_x86-64.tar.gz
shell > cd eafile-server-5.1.3
shell > python setup-seafile-mysql.py
    [ server name ] seafile-centos
    [ This server's ip or domain ] 10.90.0.10
    [ default "/home/seafile/seafile-data" ] #可以自定義
    [ default "8082" ]  #可以自定義
    Please choose a way to initialize seafile databases:
        -------------------------------------------------------
        [1] Create new ccnet/seafile/seahub databases
        [2] Use existing ccnet/seafile/seahub databases
        [ 1 or 2 ]  #選擇創建新的資料庫
        What is the host of mysql server?
        [ default "localhost" ] 
                    .......
#安裝完畢
shell > ./seafile.sh start #啟動雲盤
shell > ./seahub.sh start #配置管理員用戶
#訪問
http://system_IP:8000 or http://domain_name:8000
  • Seafile Script For Other User
#!/bin/sh
#chkconfig: 345 99 10
#description: Seafile auto start-stop script.

# source function library
. /etc/rc.d/init.d/functions

start() {
        echo "Starting Seafile server..."
su - seafile -c "seafile-server-latest/seafile.sh start"
su - seafile -c "seafile-server-latest/seahub.sh start"
}

stop() {
        echo "Stopping Seafile process..."
su - seafile -c "seafile-server-latest/seafile.sh stop"
su - seafile -c "seafile-server-latest/seahub.sh stop"
}

restart() {
        echo "Stopping Seafile process..."
su - seafile -c "seafile-server-latest/seafile.sh stop"
su - seafile -c "seafile-server-latest/seahub.sh stop"

         echo "Starting Seafile server..."
su - seafile -c "seafile-server-latest/seafile.sh start"
su - seafile -c "seafile-server-latest/seahub.sh start"
}

case "$1" in
    start)
       start
        ;;
    stop)
       stop
        ;;
    restart)
       restart
        ;;
        *)
      echo "Usage: $0 start stop restart"
        ;;
esac
  • 添加到開機啟動
shell > chmod +x /etc/init.d/seafile
shell >  service seafile start 
shell >  service seafile stop 
shell >  service seafile restart
shell >  chkconfig seafile on | off
shell >  chkconfig --list seafile

您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • 安裝雙操作系統; 1 0. 介紹: 1 1 實驗環境: 2 2. 實驗準備: 2 3.開始安裝: 2 1 製作U盤啟動工具: 2 2.安裝LinuxOS. 3 2.1在windowOS中劃分60G空間... 3 2.2.關機重啟 , 電腦啟動時按F2進入系統菜單 ,優先選擇USB啟動... 3 23... ...
  • 1.清理前記憶體使用情況 free -m 2.開始清理 echo 1 > /proc/sys/vm/drop_caches3.清理後記憶體使用情況 free -m4.完成! 查看記憶體條數命令: # sync# echo 1 > /proc/sys/vm/drop_caches echo 2 > /pro ...
  • 一,準備工作1,購買或下載Redhat9的安裝光碟(3張盤)或鏡像文件2,在硬碟中至少留2個分區給安裝系統用,掛載點所用分區推薦4G以上,交換分區不用太大在250M左右比較適合,文件系統格式不論,反正安裝過程會重新格式化。3,記錄下你電腦中下列設備型號∶滑鼠、鍵盤、顯卡、網卡、顯示器。及網路設置用到 ...
  • mysql -uroot -p輸入密碼進入 use database;使用指定的資料庫 show tables;顯示存在的表;describe 表名; source 目標文件.sql; 可以執行指定的sql文件 導出資料庫和表 mysqldump --opt news > news.sql(將資料庫 ...
  • 遇到這個問題 修改sudoers 文件 /etc/sudoers 添加 ...
  • 系統環境:CentOS 7Apache 2.4php 5.4MariaDB 5.5 項目需求:創建3個虛擬主機,分別架設phpMyadmin,wordpress,Discuz其中phpMyadmin提供https服務. 一、使用yum安裝環境所需組件 httpd,php,php-mysql,mari ...
  • 第一步:網路連接,在我的上一篇博客中有介紹,不再多說。 網路連接的目的:為了能使用yum命令,在網上直接下載文件。 第二步:前往oracle官網下載12c database伺服器端的兩個文件:(安裝在Linux) linuxamd64_12102_database_1of2.zip linuxamd ...
  • Ctrl+r 實現快速檢索使用過的歷史命令。Ctrl+r中r是retrieve中r。Ctrl+a:游標回到命令行首。 (a:ahead)Ctrl+e:游標回到命令行尾。 (e:end)Ctrl+w: 刪除游標處到行首的字元。Ctrl+k:刪除游標處到行尾的字元。Ctrl+u:刪除整個命令行文本字元。... ...
一周排行
    -Advertisement-
    Play Games
  • 移動開發(一):使用.NET MAUI開發第一個安卓APP 對於工作多年的C#程式員來說,近來想嘗試開發一款安卓APP,考慮了很久最終選擇使用.NET MAUI這個微軟官方的框架來嘗試體驗開發安卓APP,畢竟是使用Visual Studio開發工具,使用起來也比較的順手,結合微軟官方的教程進行了安卓 ...
  • 前言 QuestPDF 是一個開源 .NET 庫,用於生成 PDF 文檔。使用了C# Fluent API方式可簡化開發、減少錯誤並提高工作效率。利用它可以輕鬆生成 PDF 報告、發票、導出文件等。 項目介紹 QuestPDF 是一個革命性的開源 .NET 庫,它徹底改變了我們生成 PDF 文檔的方 ...
  • 項目地址 項目後端地址: https://github.com/ZyPLJ/ZYTteeHole 項目前端頁面地址: ZyPLJ/TreeHoleVue (github.com) https://github.com/ZyPLJ/TreeHoleVue 目前項目測試訪問地址: http://tree ...
  • 話不多說,直接開乾 一.下載 1.官方鏈接下載: https://www.microsoft.com/zh-cn/sql-server/sql-server-downloads 2.在下載目錄中找到下麵這個小的安裝包 SQL2022-SSEI-Dev.exe,運行開始下載SQL server; 二. ...
  • 前言 隨著物聯網(IoT)技術的迅猛發展,MQTT(消息隊列遙測傳輸)協議憑藉其輕量級和高效性,已成為眾多物聯網應用的首選通信標準。 MQTTnet 作為一個高性能的 .NET 開源庫,為 .NET 平臺上的 MQTT 客戶端與伺服器開發提供了強大的支持。 本文將全面介紹 MQTTnet 的核心功能 ...
  • Serilog支持多種接收器用於日誌存儲,增強器用於添加屬性,LogContext管理動態屬性,支持多種輸出格式包括純文本、JSON及ExpressionTemplate。還提供了自定義格式化選項,適用於不同需求。 ...
  • 目錄簡介獲取 HTML 文檔解析 HTML 文檔測試參考文章 簡介 動態內容網站使用 JavaScript 腳本動態檢索和渲染數據,爬取信息時需要模擬瀏覽器行為,否則獲取到的源碼基本是空的。 本文使用的爬取步驟如下: 使用 Selenium 獲取渲染後的 HTML 文檔 使用 HtmlAgility ...
  • 1.前言 什麼是熱更新 游戲或者軟體更新時,無需重新下載客戶端進行安裝,而是在應用程式啟動的情況下,在內部進行資源或者代碼更新 Unity目前常用熱更新解決方案 HybridCLR,Xlua,ILRuntime等 Unity目前常用資源管理解決方案 AssetBundles,Addressable, ...
  • 本文章主要是在C# ASP.NET Core Web API框架實現向手機發送驗證碼簡訊功能。這裡我選擇是一個互億無線簡訊驗證碼平臺,其實像阿裡雲,騰訊雲上面也可以。 首先我們先去 互億無線 https://www.ihuyi.com/api/sms.html 去註冊一個賬號 註冊完成賬號後,它會送 ...
  • 通過以下方式可以高效,並保證數據同步的可靠性 1.API設計 使用RESTful設計,確保API端點明確,並使用適當的HTTP方法(如POST用於創建,PUT用於更新)。 設計清晰的請求和響應模型,以確保客戶端能夠理解預期格式。 2.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...