Giter Site home page Giter Site logo

auto-drupal's Introduction

auto-drupal

fosstp 臺北市自由軟體推動小組 — 自動安裝校園網站 Drupal 指令集

環境需求

請先確認您的環境:

  1. 必須為 Debian / Ubuntu 或 RedHat / CentOS 等 linux 作業系統 (實體機或虛擬機皆可)

    (建議全新安裝一個最小化 linux,若不是全新安裝請先移除原本的網頁伺服器與 Mysql 伺服器避免衝突)

  2. 必須已經設定好網路,能夠上網

  3. 使用系統管理員 root 權限,執行下列指令進行自動化安裝程序,並於安裝程序中依照提示輸入相關資料

安裝流程

Debian / Ubuntu 系統

請使用系統管理員 root 權限,執行底下指令

wget -O auto-drupal.sh https://raw.githubusercontent.com/liao-chianan/auto-drupal/master/auto-drupal.sh;chmod +x auto-drupal.sh;./auto-drupal.sh

RedHat / CentOS 系統

請使用系統管理員 root 權限,執行底下指令

yum -y install wget;wget -O auto-drupal.sh https://raw.githubusercontent.com/liao-chianan/auto-drupal/master/auto-drupal.sh;chmod +x auto-drupal.sh;./auto-drupal.sh

Qnap / Synology 系統 (終止開發)

Qnap / Synology 使用之 Script 因人力有限已不再維護,有需求者請自行下載修改

如果您是使用 Qnap / Synology 系統

  1. 請確認已經安裝 Docker (Qnap 的 Container Station) (Synology 的 Docker 套件)
  2. 使用最高權限登入 SSH 命令列畫面 (Qnap 使用 admin) (Synology 使用 root)
  3. 執行底下指令
curl -kO https://raw.githubusercontent.com/liao-chianan/auto-drupal/master/autodrupal-qnap-synology.sh ;chmod +x autodrupal-qnap-synology.sh;./autodrupal-qnap-synology.sh

auto-drupal's People

Contributors

liao-chianan avatar alexw867 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.