/SimpleBBS

A simple BBS system using Python.

Primary LanguagePythonMIT LicenseMIT

SimpleBBS Install Guide

Note: This is repo archived and moved to github.com/p07575/SimpleDiary

If you want to use the legacy version of SimpleBBS, use this repo.

1) Edit server.py

Change the ip address in line 14 to your own lan ip .

host = 'your own lan ip'

You can also change the port on line 15.

2) Run it with python

And it should work.

If it does not, make sure you allowed it to access network.