Skip to content

Releases: joinmisskey/bash-install

Misskey install shell script v1.2.0

10 Sep 05:14
Compare
Choose a tag to compare

Misskey install shell script v1.2.0

Install Misskey with one shell script!
Misskeyを簡単にインストールするためのシェルスクリプトができました!

You can install misskey on an Ubuntu server just by answering some questions.
いくつかの質問に答えるだけで、UbuntuサーバーへMisskeyを簡単にインストールできます!

READ→ https://github.com/joinmisskey/bash-install#readme

v1.2.0

  • ufwを使用するオプションを追加

Misskey install shell script v1.1.0

10 Sep 03:10
b60f0fb
Compare
Choose a tag to compare

Misskey install shell script v1.1.0

Install Misskey with one shell script!
Misskeyを簡単にインストールするためのシェルスクリプトができました!

You can install misskey on an Ubuntu server just by answering some questions.
いくつかの質問に答えるだけで、UbuntuサーバーへMisskeyを簡単にインストールできます!

READ→ https://github.com/joinmisskey/bash-install#readme

v1.1.0

  • iptables-persistentをインストールするように

Misskey install shell script v1.0.0

01 Sep 09:09
2373f84
Compare
Choose a tag to compare

Misskey install shell script v1.0.0

Install Misskey with one shell script!
Misskeyを簡単にインストールするためのシェルスクリプトができました!

You can install misskey on an Ubuntu server just by answering some questions.
いくつかの質問に答えるだけで、UbuntuサーバーへMisskeyを簡単にインストールできます!

READ→ https://github.com/joinmisskey/bash-install#readme

v1.0.0

  • MisskeyのDockerでの実行に対応。
  • 一部設定が反映されていないのを修正。
    • redisのホスト・ポートとかいろいろ
  • /etc/fstabのswap設定が間違っていたのを修正(/swapfile→/swap)
  • アップデートスクリプトの拡充

Misskey install shell script v0.2.0

07 Aug 13:14
6bc38ef
Compare
Choose a tag to compare

Misskey install shell script v0.2.0

Install Misskey with one shell script!
Misskeyを簡単にインストールするためのシェルスクリプトができました!

You can install misskey on an Ubuntu server just by answering some questions.
いくつかの質問に答えるだけで、UbuntuサーバーへMisskeyを簡単にインストールできます!

READ→ https://github.com/joinmisskey/bash-install#readme

v0.2.0

FFmpegをインストールするように
Make the script install FFmpeg.

To install FFmpeg

FFmpegがないと、動画のサムネイルが表示されません。
以前のバージョンを実行された方は、以下のコマンドでFFmpegをインストールできます。

Thumbnail of videos will not be displayed without FFmpeg.
If you have installed Misskey with any older version, you can install FFmpeg with the following command.

sudo apt install ffmpeg -y

Misskey install shell script v0.1.3

05 Aug 02:57
7e7e46a
Compare
Choose a tag to compare

Misskey install shell script v0.1.3

  • Developmentビルドになっているのを修正

Install Misskey with one shell script!
Misskeyを簡単にインストールするためのシェルスクリプトができました!

You can install misskey on an Ubuntu server just by answering some questions.
いくつかの質問に答えるだけで、UbuntuサーバーへMisskeyを簡単にインストールできます!

Ingredients - 準備するもの

  1. A Domain - ドメイン
  2. An Ubuntu Server - Ubuntuがインストールされたサーバー
  3. A Cloudflare Account (recommended) - Cloudflareアカウント(推奨)

Procedures - 操作

1. SSH

Connect to the server via SSH.
(If you have the desktop open, open the shell.)

サーバーにSSH接続します。
(デスクトップを開いている方はシェルを開きます。)

2. Clean up - 環境を最新にする

Make sure all packages are up to date and reboot.
すべてのパッケージを最新にし、再起動します。

sudo apt update; sudo apt full-upgrade -y; sudo reboot

3. Start the installation - インストールをはじめる

Reconnect SSH and let's start installing Misskey.
SSHを接続しなおして、Misskeyのインストールを始めましょう。

wget https://raw.githubusercontent.com/joinmisskey/bash-install/main/ubuntu.sh -O ubuntu.sh; sudo bash ubuntu.sh

Environments in which the operation was tested

動作を確認した環境

Oracle Cloud Infrastructure

This script runs well on following compute shapes complemented by Oracle Cloud Infrastructure Always Free services.
このスクリプトは、Oracle Cloud InfrastructureのAlways Freeサービスで提供されている2種類のシェイプのいずれにおいても動作します。

  • VM.Standard.E2.1.Micro (AMD)
  • VM.Standard.A1.Flex (ARM) [1OCPU RAM6GB or greater]

Issues & PRs Welcome

If it does not work in the above environment, it may be a bug. We would appreciate it if you could report it as an issue, with the specified requirements you entered to the script.
上記の環境で動作しない場合、バグの可能性があります。インストールの際に指定された条件を記載の上、GitHubのIssue機能にてご報告いただければ幸いです。

It is difficult to provide assistance for environments other than the above, but we may be able to solve your problem if you provide us with details of your environment.
上記以外の環境についてのサポートは難しいですが、状況を詳しくお教えいただければ解決できる可能性があります。

Suggestions for features are also welcome.
機能の提案についても歓迎いたします。

Misskey install shell script v0.1.2

04 Aug 19:14
37e6742
Compare
Choose a tag to compare

Misskey install shell script v0.1.2

  • Readme: Clean upでapt full-updateするように

Install Misskey with one shell script!
Misskeyを簡単にインストールするためのシェルスクリプトができました!

You can install misskey on an Ubuntu server just by answering some questions.
いくつかの質問に答えるだけで、UbuntuサーバーへMisskeyを簡単にインストールできます!

Ingredients - 準備するもの

  1. A Domain - ドメイン
  2. An Ubuntu Server - Ubuntuがインストールされたサーバー
  3. A Cloudflare Account (recommended) - Cloudflareアカウント(推奨)

Procedures - 操作

1. SSH

Connect to the server via SSH.
(If you have the desktop open, open the shell.)

サーバーにSSH接続します。
(デスクトップを開いている方はシェルを開きます。)

2. Clean up - 環境を最新にする

Make sure all packages are up to date and reboot.
すべてのパッケージを最新にし、再起動します。

sudo apt update; sudo apt full-upgrade -y; sudo reboot

3. Start the installation - インストールをはじめる

Reconnect SSH and let's start installing Misskey.
SSHを接続しなおして、Misskeyのインストールを始めましょう。

wget https://raw.githubusercontent.com/joinmisskey/bash-install/main/ubuntu.sh -O ubuntu.sh; sudo bash ubuntu.sh

Environments in which the operation was tested

動作を確認した環境

Oracle Cloud Infrastructure

This script runs well on following compute shapes complemented by Oracle Cloud Infrastructure Always Free services.
このスクリプトは、Oracle Cloud InfrastructureのAlways Freeサービスで提供されている2種類のシェイプのいずれにおいても動作します。

  • VM.Standard.E2.1.Micro (AMD)
  • VM.Standard.A1.Flex (ARM) [1OCPU RAM6GB or greater]

Issues & PRs Welcome

If it does not work in the above environment, it may be a bug. We would appreciate it if you could report it as an issue, with the specified requirements you entered to the script.
上記の環境で動作しない場合、バグの可能性があります。インストールの際に指定された条件を記載の上、GitHubのIssue機能にてご報告いただければ幸いです。

It is difficult to provide assistance for environments other than the above, but we may be able to solve your problem if you provide us with details of your environment.
上記以外の環境についてのサポートは難しいですが、状況を詳しくお教えいただければ解決できる可能性があります。

Suggestions for features are also welcome.
機能の提案についても歓迎いたします。

Misskey install shell script v0.1.1

04 Aug 18:47
e6efa44
Compare
Choose a tag to compare

Misskey install shell script v0.1.1

  • 表記修正

Install Misskey with one shell script!
Misskeyを簡単にインストールするためのシェルスクリプトができました!

You can install misskey on an Ubuntu server just by answering some questions.
いくつかの質問に答えるだけで、UbuntuサーバーへMisskeyを簡単にインストールできます!

Ingredients - 準備するもの

  1. A Domain - ドメイン
  2. An Ubuntu Server - Ubuntuがインストールされたサーバー
  3. A Cloudflare Account (recommended) - Cloudflareアカウント(推奨)

Procedures - 操作

1. SSH

Connect to the server via SSH.
(If you have the desktop open, open the shell.)

サーバーにSSH接続します。
(デスクトップを開いている方はシェルを開きます。)

2. Clean up - 環境を最新にする

Make sure all packages are up to date and reboot.
すべてのパッケージを最新にし、再起動します。

sudo apt update; sudo apt upgrade -y; sudo reboot

3. Start the installation - インストールをはじめる

Reconnect SSH and let's start installing Misskey.
SSHを接続しなおして、Misskeyのインストールを始めましょう。

wget https://raw.githubusercontent.com/joinmisskey/bash-install/main/ubuntu.sh -O ubuntu.sh; sudo bash ubuntu.sh

Environments in which the operation was tested

動作を確認した環境

Oracle Cloud Infrastructure

This script runs well on following compute shapes complemented by Oracle Cloud Infrastructure Always Free services.
このスクリプトは、Oracle Cloud InfrastructureのAlways Freeサービスで提供されている2種類のシェイプのいずれにおいても動作します。

  • VM.Standard.E2.1.Micro (AMD)
  • VM.Standard.A1.Flex (ARM) [1OCPU RAM6GB or greater]

Issues & PRs Welcome

If it does not work in the above environment, it may be a bug. We would appreciate it if you could report it as an issue, with the specified requirements you entered to the script.
上記の環境で動作しない場合、バグの可能性があります。インストールの際に指定された条件を記載の上、GitHubのIssue機能にてご報告いただければ幸いです。

It is difficult to provide assistance for environments other than the above, but we may be able to solve your problem if you provide us with details of your environment.
上記以外の環境についてのサポートは難しいですが、状況を詳しくお教えいただければ解決できる可能性があります。

Suggestions for features are also welcome.
機能の提案についても歓迎いたします。

Misskey install shell script v0.1.0

04 Aug 17:31
8023267
Compare
Choose a tag to compare

Misskey install shell script v0.1.0

Install Misskey with one shell script!
Misskeyを簡単にインストールするためのシェルスクリプトができました!

You can install misskey on an Ubuntu server just by answering some questions.
いくつかの質問に答えるだけで、UbuntuサーバーへMisskeyを簡単にインストールできます!

Ingredients - 準備するもの

  1. A Domain - ドメイン
  2. An Ubuntu Server - Ubuntuがインストールされたサーバー
  3. A Cloudflare Account (recommended) - Cloudflareアカウント(推奨)

Procedures - 操作

1. SSH

Connect to the server via SSH.
(If you have the desktop open, open the shell.)

サーバーにSSH接続します。
(デスクトップを開いている方はシェルを開きます。)

2. Clean up - 環境を最新にする

Make sure all packages are up to date and reboot.
すべてのパッケージを最新にし、再起動します。

sudo apt update; sudo apt upgrade -y; sudo reboot

3. Start the installation - インストールをはじめる

Reconnect SSH and let's start installing Misskey.
SSHを接続しなおして、Misskeyのインストールを始めましょう。

wget https://raw.githubusercontent.com/joinmisskey/bash-install/main/ubuntu.sh -O ubuntu.sh; sudo bash ubuntu.sh

Environments in which the operation was tested

動作を確認した環境

Oracle Cloud Infrastructure

This script runs well on following compute shapes complemented by Oracle Cloud Infrastructure Always Free services.
このスクリプトは、Oracle Cloud InfrastructureのAlways Freeサービスで提供されている2種類のシェイプのいずれにおいても動作します。

  • VM.Standard.E2.1.Micro (AMD)
  • VM.Standard.A1.Flex (ARM) [1OCPU RAM6GB or greater]

Issues & PRs Welcome

If it does not work in the above environment, it may be a bug. We would appreciate it if you could report it as an issue, with the specified requirements you entered to the script.
上記の環境で動作しない場合、バグの可能性があります。インストールの際に指定された条件を記載の上、GitHubのIssue機能にてご報告いただければ幸いです。

It is difficult to provide assistance for environments other than the above, but we may be able to solve your problem if you provide us with details of your environment.
上記以外の環境についてのサポートは難しいですが、状況を詳しくお教えいただければ解決できる可能性があります。

Suggestions for features are also welcome.
機能の提案についても歓迎いたします。