diff --git a/www/lib/www/home_page.html.eex b/www/lib/www/home_page.html.eex index f836411..1221b2e 100644 --- a/www/lib/www/home_page.html.eex +++ b/www/lib/www/home_page.html.eex @@ -1,9 +1,137 @@ - + + - Elixir on Docker + + + + + + + + + + + + + + + + + + + + - -

Hello, World!

+ + + + +
+
+
+

Welcome to Elixir On Docker

+

This project template provides a set of sensible defaults for a new application designed to be cloud native. It includes: +

    +
  1. A main service www, this serves the main content offered by your application.
  2. +
  3. Secure HTTP/2 content delivery with Ace web server.
  4. +
  5. Code reloading in development environment using ExSync.
  6. +
  7. Automatic clustering. Setup for docker-cloud other environments coming soon.
  8. +
  9. Web based metrics, monitoring and observing with Wobserver.
  10. +
  11. Documentation driven development with Raxx.ApiBlueprint.
  12. +
  13. Integration test suit running from the integration service.
  14. +
+

+
+
+
- + + + \ No newline at end of file