「PttBBS」:修訂間差異

出自Gea-Suan Lin's Wiki
跳至導覽 跳至搜尋
本頁面具有訪問限制。如果您看見此訊息,這代表您沒有訪問本頁面的權限。
行 4: 行 4:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
git clone https://github.com/ptt/pttbbs.git src
git clone https://github.com/ptt/pttbbs.git src; cd src; wget -O - https://raw.githubusercontent.com/clamtestbbs/innptt/master/0001-Revert-Remove-innbbsd.patch | git apply -
</syntaxhighlight>
</syntaxhighlight>



於 2020年3月30日 (一) 08:25 的修訂

PttBBS是一套BBS系統。

安裝

git clone https://github.com/ptt/pttbbs.git src; cd src; wget -O - https://raw.githubusercontent.com/clamtestbbs/innptt/master/0001-Revert-Remove-innbbsd.patch | git apply -

設定

先將src/docs/pttbbs.conf複製到src/pttbbs.conf,先照官方提供的說明修改(站名、IP等資訊),然後開啟64bits平台與piaip所寫的兩個功能:

#define SHMALIGNEDSIZE (1048576*4) // 4MB for x86_64
#define TIMET64
#define USE_PMORE
#define USE_PFTERM

外部連結