An open API service indexing awesome lists of open source software.

https://github.com/ninrod/kotlin-angular-payara

Angular 7 on top of Kotlin running in payara
https://github.com/ninrod/kotlin-angular-payara

angular7 javaee8 kotlin payara

Last synced: 3 months ago
JSON representation

Angular 7 on top of Kotlin running in payara

Awesome Lists containing this project

README

          

* Angular 7 with payara full JavaEE 8

[[https://www.gnu.org/licenses/gpl-3.0.en.html][https://img.shields.io/badge/license-GPLv3-blue.svg]]

- Minimal sample using angular 7 and javaee 8 with payara full

* Instructions

- go to backend and type =mvn package=
- then go to root folder and type =make=, wait a few seconds and go check http://localhost:8080/ping
- to shut down the server, issue =make down=
* References
- Adam Bien's Docklands repo, [[https://github.com/AdamBien/docklands/blob/master/payara5/Dockerfile][payara5]] dockerfile
- configuring payara's master [[https://stackoverflow.com/a/47453368/4921402][password]]
- payara's docker container default username/password: =admin/admin= [[https://github.com/payara/docker-payaraserver-full/issues/67#issuecomment-443543524][link]]
- deploying jars to payara outside of war: [[https://github.com/payara/docker-payaraserver-full/issues/69#issuecomment-444519766][link]]
* LICENSE
- [[https://www.gnu.org/licenses/gpl-3.0.en.html][GNU General Public License v3]]
#+BEGIN_SRC text
GNU General Public License v3
Copyright (c) 2015-2018 Filipe Silva (ninrod)
#+END_SRC