Mastodon Docker Setup
Setting up
Clone Mastodon's repository.
# Clone mastodon to ~/live directory
git clone https://github.com/tootsuite/mastodon.git live
# Change directory to ~/live
cd ~/live
┏━━━━━━━━━┓ | |
┃ ┃ | |
┃ ❤️ ┃ | |
┗━━━━━━━━━┛ |
(function () { | |
// OwO whats this vewsion 6.9.?c ~ :3 | |
// I h-hope you l-like it... | |
let stutterChance = 0.1 | |
let prefixChance = 0.05 | |
let suffixChance = 0.15 | |
let words = { | |
love: 'wuv', | |
mr: 'mistuh', |
/** | |
* !!!! This code doesn't work anymore !!!! | |
* | |
* - You can check working code on comments. I won't update this code anymore. | |
* | |
* Also, I just decided to remove this code. You can check revisions for old code. | |
* Since this code was made for discord client that almost 5 years ago, It seems like doesn't work anymore. | |
* I don't want people keep arguing in the comments, i decided to remove this code. | |
* | |
* Note: This code is now fulfilled with Javascript comments. This code won't work even if you pasted to console. doesn't do anything. |
Clone Mastodon's repository.
# Clone mastodon to ~/live directory
git clone https://github.com/tootsuite/mastodon.git live
# Change directory to ~/live
cd ~/live