Update installation.md

This commit is contained in:
HELYX-OS Development Team 2016-01-21 17:35:02 -06:00
parent f1c376d5c6
commit 10c727b021

View file

@ -7,27 +7,28 @@ teaser: ""
permalink: /installation/
---
1. Make sure you have a workign version of OpenFOAM, or if you are using Ubuntu 14.04 or greater, the installer will download and install the proper version of OpenFOAM in steps 8-10. See the table below for the correct version of OpenFOAM for each version of HELYX-OS.
HELYX-OS Version | Compatable OpenFOAM Version
-----------------|----------------------------
HELYX-OS v2.3.1 | [OpenFOAM-2.4.0](http://www.openfoam.org/archive/2.4.0/download/source.php)
1. Download the latest 64 Bit binary from the [project front page](http://engys.github.io/HELYX-OS/) or from the list of [releases](https://github.com/ENGYS/HELYX-OS/releases). The installer will have the form:
2. Download the latest 64 Bit binary from the [project front page](http://engys.github.io/HELYX-OS/) or from the list of [releases](https://github.com/ENGYS/HELYX-OS/releases). The installer will have the form:
<date>-Engys-HELYX-OS-<version>--linux-x86_64-FULL.bin
2. Once the binary is downloaded, open a Linux terminal and navigate to the location of the newly downloaded HELYX-OS installer.
3. Once the binary is downloaded, open a Linux terminal and navigate to the location of the newly downloaded HELYX-OS installer.
3. Change the permissions of the installer by executing ```chmod 755 <installer name>``` in the terminal, similar to:
4. Change the permissions of the installer by executing ```chmod 755 <installer name>``` in the terminal, similar to:
:~$ chmod 755 20160114-Engys-HELYX-OS-2.3.1--linux-x86_64-FULL.bin
4. Start the installer by typing ```./<installer name>``` while in the terminal, similar to:
5. Start the installer by typing ```./<installer name>``` while in the terminal, similar to:
:~$ ./20160114-Engys-HELYX-OS-2.3.1--linux-x86_64-FULL.bin
5. At this point, the installer will begin and the user will be guided through the installation process:
6. At this point, the installer will begin and the user will be guided through the installation process:
Waiting for HELYX-OS installer to start...
@ -39,7 +40,7 @@ HELYX-OS v2.3.1 | [OpenFOAM-2.4.0](http://www.openfoam.org/archive/2.4.0/downlo
In order to continue with the installation, you must type **1** in the terminal and press enter.<br>
6. The user will be presented with a copy of the Gnu Public License (press enter or space to read through the GPL):
7. The user will be presented with a copy of the Gnu Public License (press enter or space to read through the GPL):
Do you accept the terms of agreement?
1) Agree
@ -48,7 +49,7 @@ HELYX-OS v2.3.1 | [OpenFOAM-2.4.0](http://www.openfoam.org/archive/2.4.0/downlo
In order to continue with the installation, you must agree by typing **1** in the terminal and press enter.<br>
7. Select which components to install:
8. Select which components to install:
Select components to install
1) HELYX-OS-GUI
@ -57,7 +58,7 @@ HELYX-OS v2.3.1 | [OpenFOAM-2.4.0](http://www.openfoam.org/archive/2.4.0/downlo
For users with existing installations of OpenFOAM (see compatability table above), select to install only the GUI by typing **1** and hitting enter. To install the HELYX-OS GUI and the compatable version of OpenFOAM (for Ubuntu 14.04 or later only), type **2** and press enter.
8. The user will be prompted to enter **the full path** to where HELYX-OS will be intalled:
9. The user will be prompted to enter **the full path** to where HELYX-OS will be intalled:
Select destination folder for HELYX-OS GUI:
@ -71,7 +72,7 @@ HELYX-OS v2.3.1 | [OpenFOAM-2.4.0](http://www.openfoam.org/archive/2.4.0/downlo
Installing in: /home/scott
Installing HELYX-OS GUI ................done.
9. If you previously selected option **2** in step 7, you will now be prompted to select your linux distribution:
10. If you previously selected option **2** in step 8, you will now be prompted to select your linux distribution:
Please select your linux distribution:
1) Ubuntu (14.04 or later)
@ -80,7 +81,7 @@ HELYX-OS v2.3.1 | [OpenFOAM-2.4.0](http://www.openfoam.org/archive/2.4.0/downlo
Selecting **1** will install the compatable OpenFOAM deb package for 64 bit Ubuntu on 14.04 or later. For other linux distributions, the compatable version of OpenFOAM must be installed manually by the user.
10. To start HELYX-OS in the terminal, execute the ```HELYX-OS.sh``` file located in ```engys/HELYX-OS/v2.3.1``` directory similar to:
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