Installing Ditto will be 2 commands in bash. Compared to the whole 20 minute install guide of Mastodon/Pleroma/etc. It's crazy how much simpler it is.
Installing Ditto will be 2 commands in bash. Compared to the whole 20 minute install guide of Mastodon/Pleroma/etc. It's crazy how much simpler it is.
1 comment
|
curl -fsSL https://deno.land/x/install/install.sh | sudo DENO_INSTALL=/usr/local sh
deno run -A https://gitlab.com/soapbox-pub/ditto/-/raw/main/src/server.ts
That's really it is to get it running.
curl -fsSL https://deno.land/x/install/install.sh | sudo DENO_INSTALL=/usr/local sh