Fork of join-misskey's Ubuntu bash installer for Calckey
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Kainoa Kanter dd4d8bc3e0 bump ver 2 months ago
LICENSE Calckey-ify 5 months ago
README.md Update 'README.md' 2 months ago
ubuntu.sh bump ver 2 months ago
update.ubuntu.sh Update 'update.ubuntu.sh' 2 months ago

README.md

Calckey Ubuntu install shell script

This is forked from https://github.com/joinmisskey/bash-install for use with Calckey.

Install Calckey with one shell script!

You can install calckey on an Ubuntu server just by answering some questions.

There is also an update script.

Requirements

  • A domain
  • An Ubuntu server/vps
  • Git
  • wget
  • Docker (optional)

Configure Cloudflare

If you are using Nginx and Cloudflare, you must configure Cloudflare:

  • Set DNS.
  • On SSL/TLS setting tab, switch the encryption mode to "Full".
  • Turn off code minification.

Steps

1. Prepare

Make sure all packages are up to date and reboot.

sudo apt update; sudo apt install git wget; sudo apt full-upgrade -y; sudo reboot

2. Start the installation

Reconnect SSH and let's start installing Calckey.

wget https://codeberg.org/calckey/ubuntu-bash-install/raw/branch/main/ubuntu.sh -O ubuntu.sh; sudo bash ubuntu.sh

3. Updating

There is also an update script.

First, download the script.

wget https://codeberg.org/calckey/ubuntu-bash-install/raw/branch/main/update.ubuntu.sh -O update.sh

Run it when you want to update Calckey.

sudo bash update.sh
  • In the systemd environment, the -r option can be used to update and reboot the system.
  • In the docker environment, you can specify repository:tag as an argument.