How to quickly try out Danbooru.
Run the following to start a basic instance:
curl -sSL https://raw.githubusercontent.com/danbooru/danbooru/master/bin/danbooru | sh
This will install Docker Compose, use it to start Danbooru
and once done, be available at http://localhost:3000
If you have Docker Compose already installed,
you can use the following commands instead:
wget https://raw.githubusercontent.com/danbooru/danbooru/master/docker-compose.yaml
docker-compose up