Join Nostr
2025-07-09 02:36:02 UTC
in reply to

Stuart Longland (VK4MSL) on Nostr: ``` ==> Installed ruby-3.4.4 to /home/mastodon/.rbenv/versions/3.4.4 ``` First hurdle ...

```
==> Installed ruby-3.4.4 to /home/mastodon/.rbenv/versions/3.4.4

```

First hurdle cleared. Now for the next steps…

```
env NODE_OPTIONS="--max-old-space-size=768" RAILS_ENV=production sh -c 'bundle install && yarn install --immutable && bundle exec rails assets:precompile' && SKIP_POST_DEPLOYMENT_MIGRATIONS=true RAILS_ENV=production bundle exec rails db:migrate
```