Charla de introducción a jQuery para Programa ETSIIT de capacitación profesional 2015/2016.
Código liberado bajo licencia GNU GENERAL PUBLIC LICENSE Version 3.
Texto liberado bajo la licencia Creative Commons Attribution-ShareAlike 4.0 International.
sudo apt-get install postgresql
sudo su - postgres
wget https://gist.githubusercontent.com/germaaan/69605dbffbb44edc710876b67109a870/raw/1b4029d27d006d4459bf1491a865439be9ade32b/db_create.sql
psql -U postgres -f db_create.sql
exit
wget -qO- https://deb.nodesource.com/setup_4.x | sudo bash -
sudo apt-get install -y nodejs
cd calificaPelis
npm install
npm [start|restart|stop]