We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598a29a commit f58d973Copy full SHA for f58d973
bin/setup
@@ -17,6 +17,7 @@ FileUtils.chdir APP_ROOT do
17
system! "gem install bundler --conservative"
18
system("bundle check") || system!("bundle install")
19
20
+ system! "yarn install"
21
# puts "\n== Copying sample files =="
22
# unless File.exist?("config/database.yml")
23
# FileUtils.cp "config/database.yml.sample", "config/database.yml"
@@ -25,9 +26,4 @@ FileUtils.chdir APP_ROOT do
25
26
puts "\n== Preparing database =="
27
system! "bin/rails db:prepare"
28
- puts "\n== Removing old logs and tempfiles =="
29
- system! "bin/rails log:clear tmp:clear"
30
-
31
- puts "\n== Restarting application server =="
32
- system! "bin/rails restart"
33
end
0 commit comments