1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

change instructions to start tasks w/ rails

This commit is contained in:
Sylvain 2020-06-30 14:35:22 +02:00
parent b0c6ab7ab4
commit 045462f51f

View File

@ -41,10 +41,10 @@ namespace :fablab do
puts "\nActivation successful"
puts "\n/!\\ WARNING: Please consider the following, otherwise the authentication will be bogus:"
puts "\t1) CLEAN the cache with `rake tmp:clear`"
puts "\t2) REBUILD the assets with `rake assets:precompile`"
puts "\t1) CLEAN the cache with `rails tmp:clear`"
puts "\t2) REBUILD the assets with `rails assets:precompile`"
puts "\t3) RESTART the application"
puts "\t4) NOTIFY the current users with `rake fablab:auth:notify_changed`\n\n"
puts "\t4) NOTIFY the current users with `rails fablab:auth:notify_changed`\n\n"
end