diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-02-11 18:40:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-11 18:40:57 +0100 |
commit | cf36d184f41b5bfc0c63d6c8409b05cca2eb67ee (patch) | |
tree | c3988e1788b8413688071b30c32dad6affcbc02e /Gemfile | |
parent | 718802a05dfb3211d758513daf6070ffa22751dd (diff) |
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
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile index d1c00b498..e219f5159 100644 --- a/Gemfile +++ b/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' |