Elektrine lite

← Feed

@jamesoff@mastodon.jamesoff.net

Post #3375105

2026-06-22 17:53 UTC

pkg install: git bash icu pkgconf libyaml libidn postgresql17-client gmake node24 corepack vips Set up rbenv and ruby-build and shell integration Install suitable version (e.g. 3.4.9) mkdir -p .local/bin corepack enable --install-directory ~/.local/bin export PATH=$HOME/.local/bin:$PATH Clone mastodon repo rbenv local 3.4.9 2/3 #FreeBSD #mastoadmin

Replies (1)

  • bundle install yarn install --frozen-lockfile (accept corepack install prompt) cp .env.production.sample .env.production edit .env.production and populate SECRET_KEY_BASE and the ACTIVE_RECORD_* values (uncomment) RAILS_ENV=production bundle exec rails assets:precompile cd public tar cJvf mastodon-assets-4.6.0.tar.bz2 packs assets 3/3 #FreeBSD #mastoadmin

    Open ##3375106