/SimpleDiary

A simple BBS system using Python.

Primary LanguagePythonMIT LicenseMIT

SimpleDiary Server Install Guide

1) Edit server.py

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

host = 'your own lan ip'

You can also change the port on line 7.

2) Run it with python

And it should work.

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