summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-19 13:38:25 -0700
committerAndrew Godwin2022-11-19 13:38:25 -0700
commit6e79527bb5743481148f492274b7a19da057366c (patch)
tree344a2080cf5d5f38996a9f991732da98aa33ac5f /README.md
parent774e91c8a24b85130eb61f2eebf9834ac38fa468 (diff)
downloadtakahe-6e79527bb5743481148f492274b7a19da057366c.tar.gz
takahe-6e79527bb5743481148f492274b7a19da057366c.tar.bz2
takahe-6e79527bb5743481148f492274b7a19da057366c.zip
A few more fixes from going live
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 3 insertions, 19 deletions
diff --git a/README.md b/README.md
index 1b3bcb2..17a9cad 100644
--- a/README.md
+++ b/README.md
@@ -1,30 +1,14 @@
![takahē](static/img/logo-128.png)
-A *very experimental* Fediverse server for microblogging/"toots". Not fully functional yet -
+An *experimental* Fediverse server for microblogging/"toots". Not fully functional yet -
I'm still working on making all the basic bits work! For more background and information,
-see [my blog posts about it](https://aeracode.org/category/takahe/).
+see [jointakahe.org]](https://jointakahe.org/).
-Indended features:
-
-* Can run on serverless hosting (no need for worker daemons)
-* Multiple account domains possible per server
-* Async evented core for fan-out/delivery
-* Mastodon client API compatible (eventually)
## Deployment
-### Requirements:
-
-- **Python** 3.11
-- **PostgreSQL** 14+
-- **Lots of patience** This is *very experimental*
-
-### Setup
-
-More deployment docs will come soon! Just know that you need to run the Takahē
-Django app, and then either hit `/.stator/runner/` or run `./manage.py runstator`
-at least every 30 seconds.
+See [the documentation](https://takahe-server.readthedocs.io)
## Roadmap