From 6ec7d357faff2af1c3d370e54c6497b9c7463092 Mon Sep 17 00:00:00 2001 From: Dan Combest Date: Thu, 25 Aug 2016 12:52:25 -0500 Subject: [PATCH] Update installation.md --- pages/installation.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pages/installation.md b/pages/installation.md index d8afa9f..8296392 100644 --- a/pages/installation.md +++ b/pages/installation.md @@ -12,16 +12,19 @@ permalink: /installation/ 2. Download the [latest 64 Bit binary of HELYX-OS](https://github.com/ENGYS/HELYX-OS/releases/download/v2.3.1/HELYX-OS-2.3.1-linux-x86_64.bin) from the [project releases](https://github.com/ENGYS/HELYX-OS/releases) or the [project front page](http://engys.github.io/HELYX-OS/). The installer name will have the form: HELYX-OS--linux-x86_64.bin + 3. Once the binary is downloaded, open a Linux terminal and navigate through the terminal to the location of the newly downloaded HELYX-OS installer. 4. Change the permissions of the installer by executing ```chmod 755 ``` in the terminal, similar to: :~$ chmod 755 HELYX-OS-2.3.1-linux-x86_64.bin + 5. Start the installer by typing ```./``` while in the terminal, similar to: :~$ ./HELYX-OS-2.3.1-linux-x86_64.bin + 6. At this point, the installer will begin and the user will be guided through the installation process: @@ -32,6 +35,7 @@ permalink: /installation/ 1) Yes 2) No #? + In order to continue with the installation, you must type **1** in the terminal and press enter.
@@ -41,6 +45,7 @@ In order to continue with the installation, you must type **1** in the terminal 1) Agree 2) Exit #? + In order to continue with the installation, you must agree by typing **1** in the terminal and press enter.
@@ -50,6 +55,7 @@ In order to continue with the installation, you must agree by typing **1** in th 1) HELYX-OS-GUI 2) HELYX-OS-GUI and Kernel #? + For users with an existing installations of OpenFOAM (refer to step 1 for compatability), select to install only the GUI by typing **1** and hitting enter. Otherwise, to install the HELYX-OS GUI with the compatible version of OpenFOAM (for Ubuntu 14.04 or later only), type **2** and press enter. @@ -60,12 +66,14 @@ For users with an existing installations of OpenFOAM (refer to step 1 for compat For example, if a user named Scott wants to install HELYX-OS to their home folder (this is the suggested location), then they would enter: Select destination folder for HELYX-OS GUI: /home/scott/ + and a folder named ```Engys```, containing HELYX-OS will be created in the user's home folder. The GUI will install and produce the following output: Select destination folder for HELYX-OS GUI: /home/scott Installing in: /home/scott Installing HELYX-OS GUI ................done. + 10. If you previously selected option **2** in step 8, you will now be prompted to select your linux distribution: @@ -73,13 +81,14 @@ and a folder named ```Engys```, containing HELYX-OS will be created in the user' 1) Ubuntu (14.04 or later) 2) Other #? + Selecting **1** will install the compatible OpenFOAM deb package for 64 bit Ubuntu on 14.04 or later. For other linux distributions, the compatible version of OpenFOAM must be installed manually by the user. 11. To start HELYX-OS in the terminal, execute the ```HELYX-OS.sh``` file located in ```engys/HELYX-OS/v2.3.1``` directory similar to: :~$ ~/Engys/HELYX-OS/v2.3.1/HELYX-OS.sh - + Please report all bugs encountered with HELYX-OS on the [project issue tracker](https://github.com/ENGYS/HELYX-OS/issues).