These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi! <br> <br>We have an article on setting up Node.js on Ubuntu 14.04: <br> <br>https://digitalocean.com/community/articles/how-to-install-node-js-on-an-ubuntu-14-04-server <br> <br>As for integrating with Mysql, there are a number of solutions. One popular one is node-mysql: https://github.com/felixge/node-mysql <br> <br>You can install it with: <br> <br><pre> <br>npm install mysql <br></pre> <br> <br>Let us know how it goes, and if you run into any specific issues!
Hi! <br> <br>We have an article on setting up Node.js on Ubuntu 14.04: <br> <br>https://digitalocean.com/community/articles/how-to-install-node-js-on-an-ubuntu-14-04-server <br> <br>As for integrating with Mysql, there are a number of solutions. One popular one is node-mysql: https://github.com/felixge/node-mysql <br> <br>You can install it with: <br> <br><pre> <br>npm install mysql <br></pre> <br> <br>Let us know how it goes, and if you run into any specific issues!