Skip to content

adamzea/mastodon-install-script-OracleCloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

173 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mastodon-install-script

Scritpts to easily deploy Mastodon on Ubuntu. I hope it will be useful for you.

NOTE: By using this script, Mastodon will be installed on non-docker environment.

Usage

Install Mastodon

  1. Create user mastodon and add sudoers.
# adduser mastodon
# adduser mastodon sudo
  1. Change user to mastodon and clone this repository.
# su - mastodon
$ cd ~
$ git clone https://github.com/adamzea/mastodon-install-script-OracleCloud.git
  1. Run install.sh. This script will ask you to enter the server's domain name and email address of the administrator.
$ cd mastodon-install-script-OracleCloud
$ ./install.sh
  1. Follow the interactive instructions. This will create .env.production1.

Update Mastodon

  1. Change user to mastodon and clone this repository.
# su - mastodon
$ cd ~
$ git clone https://github.com/nesosuke/mastodon-install-script.git
  1. Run update.sh.
$ cd mastodon-install-script
$ ./update.sh

Reference

Footnotes

  1. https://docs.joinmastodon.org/admin/install/#generating-a-configuration

About

Mastodon / Scripts to easily deploy Mastodon on Ubuntu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%