diff --git a/_config.yml b/_config.yml index 5acac39a..c435af84 100644 --- a/_config.yml +++ b/_config.yml @@ -12,4 +12,4 @@ port: 9000 # Custom vars repo: https://github.com/EiffelWebFramework/EWF -download: https://github.com/EiffelWebFramework/EWF/archive/v0.3.1.zip +download: https://github.com/EiffelWebFramework/EWF/archive/v0.4.0.zip diff --git a/_layouts/default.html b/_layouts/default.html index d1f8224c..39b5dbf1 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -40,7 +40,7 @@ {{ content }}
This page will help you to get started with EWF. We will first see how to install EWF and then how to compile and run the venerable Hello World example.
EiffelStudio 14.05 comes with EWF version 0.4: there is nothing to do in this case.
+If you are using an older version of EiffelStudio, we recommand to download the latest EWF version (0.4 as of this writing) instead of using the one that comes with EiffelStudio.
Follow these steps to download and install EWF on your computer:
EWF version 0.2 is included in EiffelStudio 7.2 and version 0.3 is included in EiffelStudio 7.3. - We recommand to use the latest EWF version (0.3 as of this writing) even if you are using EiffelStudio 7.2.
-The source code is available on Github. You can get it by running the command:
@@ -35,5 +32,14 @@ base_url: "../"estudio -config simple.ecf -target simple
Once the project is compiled, you can launch the application and point your browser to http://localhost:9090. You should now see a simple page with Hello World.
+