Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.
/ crawllog Public archive

A webapp that posts your Dungeon Crawl Stone Soup game logs (morgue files) to your website using Micropub

License

Notifications You must be signed in to change notification settings

valpackett/crawllog

Repository files navigation

unlicense

crawllog

A webapp that posts your Dungeon Crawl Stone Soup game logs (morgue files) to your website using Micropub.

$ doas pkg install py36-pipenv py37-sqlite3 postgresql11-client
$ pipenv sync
$ export CRAWLLOG_DATABASE_URI=postgresql+psycopg2cffi://localhost/crawllog
$ pipenv run ./manage.py db upgrade
$ pipenv run ./manage.py upsert_content
$ pipenv run ./manage.py runserver # dev server
$ pipenv run ./following.py # worker process
$ pipenv run uwsgi --wsgi-file app.py --callable app ...
# see conf.py for env variables used

Contributing

Please feel free to submit pull requests!

By participating in this project you agree to follow the Contributor Code of Conduct.

License

This is free and unencumbered software released into the public domain.
For more information, please refer to the UNLICENSE file or unlicense.org.

About

A webapp that posts your Dungeon Crawl Stone Soup game logs (morgue files) to your website using Micropub

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published