Interactive `rake mastodon:setup` task (#6451)
* Add better CLI prompt * Add rake mastodon:setup interactive wizard * Test db/redis/smtp configurations and add admin user at the end * Test database connection even when database does not exist yet
... | ... | @@ -76,6 +76,8 @@ gem 'simple-navigation', '~> 4.0' |
gem 'simple_form', '~> 3.4' | ||
gem 'sprockets-rails', '~> 3.2', require: 'sprockets/railtie' | ||
gem 'strong_migrations' | ||
gem 'tty-command' | ||
gem 'tty-prompt' | ||
gem 'twitter-text', '~> 1.14' | ||
gem 'tzinfo-data', '~> 1.2017' | ||
gem 'webpacker', '~> 3.0' | ||
... | ... |
Please register or sign in to comment