Skip to content

SebastianWilde/is2-2016-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Online App

Spring Boot with Angular2, TypeScript, Sass, Gradle, and Gulp.

Acerca

This project uses restful applications with spring boot and angular2.

anuglar2 with es6 support. unit tests with jasmine.

Pre-Requisitos

  1. Java JDK 8
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:webupd8team/java
  1. Gradle
sudo add-apt-repository ppa:cwchien/gradle

Al terminar de agregar repositorios, tienen que actualizar para poder instalar

sudo apt-get update

Instalacion

  1. Java JDK 8
sudo apt-get install openjdk-8-jdk
  1. Gradle
sudo apt-get install gradle-2.9
  1. Postgresql
sudo apt-get install postgresql-9.3
sudo apt-get install pgadmin3 (opcional)
  1. Python 2.7.x
  • Probablemente ya lo tengan instalado, sino googleen.

Build & Run

Configurar Postgres

  • $ sudo -u postgres psql

  • ALTER USER postgres PASSWORD 'newpassword'; Crear una nueva base de datos

  • CREATE DATABASE music_online; Clonar Repo

  • $ git clone https://github.com/ework/is2-2016-1.git MusicPlayer Build Project, demora un poco pero les debe salir BUILD SUCCESSFUL

  • $ sudo gradle npminstall Cambiar el nombre de la base de datos en el archivo src/main/resources/application.properties por el nombre que le pusimos a nuestra base de datos

  • spring.datasource.url=jdbc:postgresql://localhost:5432/music_online Y cambien el password por el que colocaron, o el que ya tienen de Postgres

  • spring.datasource.password=supassword Ejecitar Servidor

  • $ sudo gradle clean build (opcional)

  • $ sudo gradle bootRun

  • Luego en el navegador que usen ponganlocalhost:8080 y ya deberian ver la página

further reading

wiki

contribute

if you have any input, or contributions, please share!

license

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 39.2%
  • TypeScript 29.2%
  • JavaScript 17.6%
  • HTML 12.2%
  • CSS 1.8%