Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 816 Bytes

Quickstart.md

File metadata and controls

46 lines (28 loc) · 816 Bytes

Quickstart

How to quickly try out Danbooru.


Basic

Run the following to start a basic instance:

curl -sSL https://raw.githubusercontent.com/danbooru/danbooru/master/bin/danbooru | sh


Explanation

This will install Docker Compose, use it to start Danbooru
and once done, be available at  http://localhost:3000



Alternative

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