Tagged in

Centos7

verybuy-dev
verybuy-dev
VeryBuy 研發手札
More information
Followers
90
Elsewhere
More, on Medium

使用 blackbox 加密 git 裡的檔案 — Part2

前一篇文章介紹了如何在 CentOS/Redhat 7 環境下安裝 blackbox,以及如何在 git repository 裡初始化 blackbox,這篇文章將簡單介紹一些 blackbox 的使用經驗。

以下都假設 username 為 xxx,用來產生 gpg key 的 email 為 xxx@ooo.com,請讀者自己轉換成自己的 username 及 email。

把自己加入 blackbox 管理者名單


在 CentOS 7 上架設 Hexo 開發環境

本文將介紹在 CentOS 7 上安裝 Hexo 的開發環境會遇到的問題和解決方法。

為什麼本文只強調「開發環境」呢?因為 hexo 雖然是 nodejs 寫的,但它能夠將整個網站內容輸出成靜態檔案,也就是你的 production 的環境只需要把 web server 跑起來就夠了。

那麼一定要將開發環境跟 production 環境分開嗎?