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 }}
diff --git a/getting-started.html b/getting-started.html index 3cc521c8..e776a5a6 100644 --- a/getting-started.html +++ b/getting-started.html @@ -11,20 +11,17 @@ base_url: "../"

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.

Installation

+

EiffelStudio

+

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.

Download

Follow these steps to download and install EWF on your computer:

    -
  1. Dowload the archive
  2. +
  3. Dowload the archive
  4. Create a directory where you will put your custom Eiffel libraries
  5. Extract EWF in the newly created directory
  6. Define the environment variable EIFFEL_LIBRARY to point to the newly created directory
-

EiffelStudio

-

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.

-
- Note: The version that comes with EiffelStudio 7.3 does not include the examples. -

Source code

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.

+

Next steps

+