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
- Host: GitHub
- URL: https://github.com/ninrod/kotlin-angular-payara
- Owner: ninrod
- License: other
- Created: 2018-11-17T11:31:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T18:44:53.000Z (over 7 years ago)
- Last Synced: 2025-07-02T08:46:00.615Z (about 1 year ago)
- Topics: angular7, javaee8, kotlin, payara
- Language: Java
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.org
- License: license.md
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