You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

from-binary.zh-tw.md 1.1KB

1234567891011121314151617181920212223242526272829303132333435
  1. ---
  2. date: "2016-12-01T16:00:00+02:00"
  3. title: "執行檔安裝"
  4. slug: "install-from-binary"
  5. weight: 10
  6. toc: true
  7. draft: false
  8. menu:
  9. sidebar:
  10. parent: "installation"
  11. name: "執行檔"
  12. weight: 20
  13. identifier: "install-from-binary"
  14. ---
  15. # 從執行檔安裝
  16. 所有的執行檔皆支援 SQLite, MySQL and PostgreSQL,且所有檔案都已經包在執行檔內,這一點跟之前的版本有所不同。關於執行檔的安裝方式非常簡單,只要從[下載頁面](https://dl.gitea.io/gitea)選擇相對應平台,複製下載連結,使用底下指令就可以完成了:
  17. ```
  18. wget -O gitea https://dl.gitea.io/gitea/{{< version >}}/gitea-{{< version >}}-linux-amd64
  19. chmod +x gitea
  20. ```
  21. ## 測試
  22. 執行完上述步驟,您將會得到 `gita` 執行檔,在複製到遠端伺服器前,您可以先測試看看,在命令列執行完成後,可以透過 `Ctrl + C` 關閉程式。
  23. ```
  24. ./gitea web
  25. ```
  26. ## 需要協助?
  27. 如果本頁中無法解決您的問題,請直接到 [Discord server](https://discord.gg/NsatcWJ),在那邊可以快速得到協助。