RUN SERVER ON PORT 80 OR LOCALHOST
If we want to Run the server as localhost :-
Run the server in local :-
RAILS_ENV=production rails server --binding=45.55.68.225
IF we want to run the application in port 80 on the server :-
Run the server automatically using -d command :-
Comments