L
L
lex2016-10-11 01:25:53
Nginx
lex, 2016-10-11 01:25:53

How to competently arrange production?

Hello everyone, code masters :)
Tell me a beginner how to implement the following correctly:
Nodejs Nginx technologies ENB build
1. You need to run a node application on a schedule
2. How to properly configure the web name server so that the production goes to the public browser after the build
3. Is it possible somehow take the execution logs of the node application and show if it has started and show live on the user

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Philipp, 2016-10-11
@zoonman

1. Cron
2. Build via Capistrano, update DNS in AWS Route 53 via AWS API
3. When Node.js is running, it will trigger push to SNS and show live to user.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question