Skip to content
Snippets Groups Projects

Get the superuser information before calling createsuperuser

Merged Creak requested to merge improve-script into main
2 files
+ 144
12
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 7
0
@@ -3,6 +3,8 @@
This repo is here to help installing Funkwhale using Docker. It follows the
[multi-container installation documentation][docs-multi-container].
## Usage
To set up your instance, clone this repo and enter the directory, then run the
script `./setup.sh`.
@@ -13,4 +15,9 @@ pass them to it directly. See the help with this command:
./setup --help
```
## Developer
Prerequisites:
* docker-compose
[docs-multi-container]: https://docs.funkwhale.audio/installation/docker.html#docker-multi-container
Loading