8000 GitHub - GHerschel/mastodon_freebsd: Various things to run Mastodon on FreeBSD
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

GHerschel/mastodon_freebsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FreeBSD で Mastodon を動かすためのいろいろ

mkdir /var/run/mastodon ; chown mastodon /var/run/mastodon としておいて、
rc スクリプトを /usr/local/etc/rc.d に配置して
/etc/rc.conf に以下のように記述すると他のサービスと同じように扱えるようになる(はず

mastodon_user="mastodon"
mastodon_base="/opt/mastodon"
mastodon_bundle_cmd="/home/mastodon/.rbenv/shims/bundle"
mastodon_stream_enable="YES"
mastodon_worker_enable="YES"
mastodon_web_enable="YES"

About

Various things to run Mastodon on FreeBSD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0