Skip to content

Charla de introducción a jQuery para Programa ETSIIT de capacitación profesional 2015/2016

License

GPL-3.0, CC-BY-SA-4.0 licenses found

Licenses found

GPL-3.0
LICENSE_CODE
CC-BY-SA-4.0
LICENSE_TEXT
Notifications You must be signed in to change notification settings

germaaan/Charla_jQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Charla jQuery

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.

GPL-3.0 CC-BY-SA-4.0

Instalación de aplicación de ejemplo:

Base de datos:

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

Aplicación:

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]

Acceso:

http://localhost:3434/

About

Charla de introducción a jQuery para Programa ETSIIT de capacitación profesional 2015/2016

Resources

License

GPL-3.0, CC-BY-SA-4.0 licenses found

Licenses found

GPL-3.0
LICENSE_CODE
CC-BY-SA-4.0
LICENSE_TEXT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published