Getting started:
Related tutorials:
- MySQL-CLI: https://www.youtube.com/playlist?list=PLfdtiltiRHWEw4-kRrh1ZZy_3OcQxTn7P
- Analyzing Business Metrics: https://www.codecademy.com/learn/sql-analyzing-business-metrics
| ############################################################################### | |
| # Version 1: using ‘apt-get install’ | |
| # Installs using apt-get | |
| # Requires update to npm afterwards | |
| # Harder to get latest copy of node | |
| # Requires sudo to use npm | |
| ############################################################################### | |
| # create new docker ubuntu container | |
| sudo docker run -i -t ubuntu /bin/bash # drops you into container as root |
Getting started:
Related tutorials: