Created
May 15, 2020 10:25
-
-
Save abhianair/62a8633af4f93cb0f96fd2633612b3ae to your computer and use it in GitHub Desktop.
Commands to restart the puma in remote server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#If the application is deployed using capistarno. | |
cap staging deploy:restart // cap production deploy:restart | |
#if the above command failed due to version controll issue: | |
#Error reports: | |
bundler: command not found: puma | |
Install missing gem executables with `bundle install` | |
# lOGIN TO THE SERVER, FROM YOUR APPLICATION CURRENT FOLDER: RUN: | |
bundle exec puma -C /home/rails/app-name/shared/puma.rb --daemon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment