You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2023/01/06 07:16:43 UTC

[isis-site] branch asf-site updated: adds note about demo apps scaling to zero (2)

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/isis-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 05ca901d3 adds note about demo apps scaling to zero (2)
05ca901d3 is described below

commit 05ca901d3ee5929323d28f3a742d55c1ab4cc158
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Jan 6 07:16:36 2023 +0000

    adds note about demo apps scaling to zero (2)
---
 content/index.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/content/index.html b/content/index.html
index d6d9b893e..e31f44eaf 100644
--- a/content/index.html
+++ b/content/index.html
@@ -552,6 +552,7 @@
               <p class="cta-text text-center" style="margin-block-end: 0; ">
                 Learn about Apache Isis™ by running the minimal <a href="docs/2.0.0-M9/starters/helloworld.html">helloworld</a> starter&nbsp;app.
                 You can see the app running <a href="https://helloworld-jdo-snapshot.apps.causeway.dev/" target="_blank">here (jdo)</a> or <a href="https://helloworld-jpa-snapshot.apps.causeway.dev/" target="_blank">here (jpa)</a>.
+                <br/>
                 (These scale to zero when not in use, so please allow up to a minute for them to restart if necessary).
               </p>
             </div>
@@ -559,6 +560,7 @@
               <p class="cta-text text-center" style="margin-block-end: 0; ">
                 Develop your own Apache Isis™ app with the structured <a href="docs/2.0.0-M9/starters/simpleapp.html">simpleapp</a> starter&nbsp;app.
                 You can see the app running <a href="https://simpleapp-jdo-snapshot.apps.causeway.dev/" target="_blank">here (jdo)</a> or <a href="https://simpleapp-jpa-snapshot.apps.causeway.dev/" target="_blank">here (jpa)</a>.
+                <br/>
                 (These scale to zero when not in use, so please allow up to a minute for them to restart if necessary).
               </p>
             </div>
@@ -643,6 +645,7 @@ mvn -pl webapp spring-boot:run</pre>
             <div class="col-lg-12 text-left text-lg-left">
               <p class="cta-text text-center" style="margin-block-end: 0; margin-top: 20px;">
                 You can also explore the Apache Isis programming model through the demo app, running <a href="https://demo-wicket-jdo-snapshot.apps.causeway.dev/" target="_blank">here (jdo)</a> or <a href="https://demo-wicket-jpa-snapshot.apps.causeway.dev/" target="_blank">here (jpa)</a>.
+                <br/>
                 (These scale to zero when not in use, so please allow up to a minute for them to restart if necessary).
               </p>
             </div>