Skip to content

Commit

Permalink
restart services on setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rnystrom authored Dec 17, 2024
1 parent 3f4ff84 commit 6864d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/script/setup
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ echo "\nChecking encryption keys...\n===========================================
bin/rails dev:setup_credentials

echo "\nRunning redis-server in the background...\n============================================================"
brew services start redis &
brew services restart redis &

echo "\nSetting up database...\n============================================================"
brew services start [email protected]
brew services restart [email protected]
rails db:setup

echo "\nLoading time zones into database...\n============================================================"
Expand Down

0 comments on commit 6864d24

Please sign in to comment.