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:
parent
b0c6ab7ab4
commit
045462f51f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user