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
This commit is contained in:
parent
718802a05d
commit
cf36d184f4
3 changed files with 414 additions and 22 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue