Good Old Web > Femtowiki

Femtowiki

Femtowiki is a markdown based wiki written in golang. It is light-weight and easy to deploy. Try the live demo here.

SQLite and Postgres are supported by Femtowiki. To get started, download the binary and migrate the database (by default, sqlite is used):

./femtowiki -migrate

Create an admin user:

./femtowiki -createsuperuser

Finally, start the server:

./femtowiki

The README has more details on configuration and command line options.

Interested in Good Old Web? Subscribe to our mailing list.