From 9c1c3832597f9ff6153e93c37f48b4266d3bdb68 Mon Sep 17 00:00:00 2001 From: Jacob Eubanks Date: Thu, 18 Jul 2019 16:16:42 -0500 Subject: [PATCH] Link to documentation after sandbox task This adds a message to the end of sandbox creation to inform the user that the application is intended for test purposes and directs people to the First-time installation guide. --- lib/sandbox.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/sandbox.sh b/lib/sandbox.sh index 44d8dca241b..3494c016d78 100755 --- a/lib/sandbox.sh +++ b/lib/sandbox.sh @@ -57,3 +57,8 @@ bundle install --gemfile Gemfile bundle exec rake db:drop db:create bundle exec rails g spree:install --auto-accept --user_class=Spree::User --enforce_available_locales=true bundle exec rails g solidus:auth:install + +echo " +This app is intended for test purposes. If you're interested in running +Solidus in production, visit: +https://guides.solidus.io/developers/getting-started/first-time-installation.html 🚀"