There are two simple ways to run application on Amazon EC2.
One is to run screen command and run application there as a process.
Second one, probably better, is to create SystemCTL Service which you can run later.
This is how to do it:
Read moreThere are two simple ways to run application on Amazon EC2.
One is to run screen command and run application there as a process.
Second one, probably better, is to create SystemCTL Service which you can run later.
This is how to do it:
Read more5 rules, why we use Foreign Keys in our databases:
Simple code to run one spec multiple times:
for i in `seq 10`; do rspec spec; done
This is how i usually create a simple Docker container for Python code:
Read more