Skip to content

Not a Mailing List, but a News List

License

Notifications You must be signed in to change notification settings

kit-sdq/NewsList

Folders and files

NameName
Last commit message
Last commit date
Sep 19, 2024
Nov 30, 2022
Aug 20, 2024
Oct 22, 2021
Oct 22, 2021
Nov 29, 2022
Dec 21, 2024
Oct 25, 2021
Oct 28, 2021
Jan 23, 2025
Jan 18, 2025
Sep 27, 2024
Oct 17, 2021

Repository files navigation

Demo

  • Start the application.
  • Visit localhost:8080
  • Log in with (user, password)

Usage

  • Compile the application
  • Overwrite the configuration using a custom application.yml file

Docker

# Run the following commands to build a docker image
docker build -t repository/tag .

# Newslist gets executed at /usr/src/newslist/news.jar
# Map a custom application.yml into /usr/src/newslist/config. For example:
docker run -p 8080:8080 -v $(pwd)/demo/:/usr/src/newslist/config/ repository/tag