remove old setup script #17

Merged
3wordchant merged 1 commits from benjaminlyng/mastodon:chore/remove_old_setup_script into main 2025-06-09 10:31:07 +00:00
2 changed files with 0 additions and 7 deletions

View File

@ -26,7 +26,6 @@ the [`abra.sh`](./abra.sh) for more.
1. `abra app secret insert <domain> smtp_password v1 <password>` 1. `abra app secret insert <domain> smtp_password v1 <password>`
1. `abra app config <domain>` (uncomment SMTP details) 1. `abra app config <domain>` (uncomment SMTP details)
1. `abra app deploy <domain>` 1. `abra app deploy <domain>`
1. `abra app cmd <domain> streaming setup`
Then, on your host (outside of the containers), you'll need to fix permissions Then, on your host (outside of the containers), you'll need to fix permissions
for the volume (see [#10](https://git.coopcloud.tech/coop-cloud/mastodon/issues/10)): for the volume (see [#10](https://git.coopcloud.tech/coop-cloud/mastodon/issues/10)):

View File

@ -66,12 +66,6 @@ shell() {
bash $@ bash $@
} }
setup() {
environment
RAILS_ENV=production bundle exec rake db:setup
}
secrets() { secrets() {
set -e set -e