diff options
author | Andrew Godwin | 2022-11-24 11:20:45 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-24 11:20:45 -0700 |
commit | 4c00e11d63c082b57c1aec8f7c3e58820b56674a (patch) | |
tree | 65b350d2078db53e93aee7f6593b29d1469db6e3 /docs | |
parent | 0c8897a2b5fd9ee3a6d81c19f4c4fa37b2f9d37e (diff) | |
download | takahe-4c00e11d63c082b57c1aec8f7c3e58820b56674a.tar.gz takahe-4c00e11d63c082b57c1aec8f7c3e58820b56674a.tar.bz2 takahe-4c00e11d63c082b57c1aec8f7c3e58820b56674a.zip |
Add a few more release bits
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index 660bd3c..debec48 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -37,7 +37,7 @@ Stator runner. What To Run ----------- -You need to run at least two copies of the Docker image: +You need to run at least two copies of the `Docker image <https://hub.docker.com/r/jointakahe/takahe>`_: * One with no command or arguments specified, which will serve web traffic * One with the arguments (command) ``python manage.py runstator``, which will @@ -48,6 +48,12 @@ Both of these can have as many copies run as needed. Note that the image has required environment variables before it will boot, and this is the only way to configure it - see below. +While you can run Takahē directly from a checkout if you like, we're not +officially supporting that right now, as it increases our support burden by +having to deal with lots of OS and library versions. It's a standard Django +app, though, so if you know what you're doing, have at it - just expect us to +push back if you file tickets about things not working on your OS! + Environment Variables --------------------- |