Skip to content

Instantly share code, notes, and snippets.

View albe-rosado's full-sized avatar

Alberto Rosado albe-rosado

  • AWS
  • Seattle, WA
View GitHub Profile

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

Bash command line Shortcuts

Picked these from here

Command Editing Shortcuts

Command Note
Ctrl + a go to the start of the command line
Ctrl + e go to the end of the command line
Ctrl + k delete from cursor to the end of the command line