Prepared for HTTPS and working together with Let's Encrypt certbot
5 files changed
tree: 717f785302edec82f7ba3c905d9f24d551c50a30
  1. gradle/
  2. src/
  3. .gitignore
  4. .travis.yml
  5. build.gradle
  6. dependencies.gradle
  7. DISCLAIMER
  8. gradlew
  9. gradlew.bat
  10. intellij.gradle
  11. LICENSE
  12. NOTICE
  13. rat-excludes
  14. README.md
  15. settings.gradle
README.md

FreeMarker Online Tester Build Status Coverage Status

DISCLAIMER

Apache FreeMarker Online Tester is an effort undergoing incubation at The Apache Software Foundation (ASF). Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

What is FreeMarker Online Tester

It‘s a web page to quickly try template snippets, with some simple data-model. It’s especially handy for learning the template language.

For a deployed version of this tool you can visit http://freemarker-online.kenshoo.com/ (or soon http://try.freemarker.org/)

Development Instructions

  • Clone the repository to a local directory
  • Run ./gradlew build from the cloned directory (use JDK 8)
  • If you want to run it using IDEA run ./gradlew cleanidea idea; this will generate the IDEA project for you.
  • For running the software from a command line, build shadowJar (not jar) and then just issue java -jar build/libs/freemarker-online-<VERSION>.jar server src/main/resources/freemarker-online.yml, then visit http://localhost:8080/

License

FreeMarker-Online is licensed under the Apache License, Version 2.0. See the LICENSE file for details.