项目作者: kibook

项目描述 :
Gopher textboard
高级语言: Shell
项目地址: git://github.com/kibook/1436chan.git
创建时间: 2016-12-05T17:27:41Z
项目社区:https://github.com/kibook/1436chan

开源协议:

下载


This file pertains to the Github repository of 1436chan, for general information see README.

1436chan home

gopher://khzae.net/1/chan

http://khzae.net/1/chan (via Bucky)

Installing (via github)

  1. cd to a directory on your Gopher server

    1. /# cd /var/gopher
  2. clone this repository to the subdirectory where your chan will be deployed

    1. /var/gopher# git clone https://github.com/kibook/1436chan.git chan
  3. cd in to the cloned folder

    1. /var/gopher# cd chan
  4. Run setup.sh to configure your chan

    1. /var/gopher/chan# sh setup.sh

Upgrading (via github)

  1. cd to the directory where your chan is deployed

    1. /# cd /var/gopher/chan
  2. pull the latest version of the repository

    1. /var/gopher/chan# git pull origin master
  3. Run setup.sh

    1. /var/gopher/chan# sh setup.sh

    You can use the -quick flag with setup.sh to skip the prompts and select all defaults. When upgrading, setup.sh will use
    your current configuration as the defaults.

    1. /var/gopher/chan# sh setup.sh -quick