4.1 KiB
| layout | header | title | teaser | permalink | ||
|---|---|---|---|---|---|---|
| page-fullwidth |
|
Installation of the Latest 64 Bit Linux Binaries | /installation/ |
- 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 |
-
Download the latest 64 Bit binary from the project front page or from the list of releases. The installer will have the form:
<date>-Engys-HELYX-OS-<version>--linux-x86_64-FULL.bin -
Once the binary is downloaded, open a Linux terminal and navigate to the location of the newly downloaded HELYX-OS installer.
-
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 -
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 -
At this point, the installer will begin and the user will be guided through the installation process:
Waiting for HELYX-OS installer to start... This program will install HELYX-OS on your system. Do you want to continue? 1) Yes 2) No #?In order to continue with the installation, you must type 1 in the terminal and press enter.
-
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 2) Exit #?In order to continue with the installation, you must agree by typing 1 in the terminal and press enter.
-
Select which components to install:
Select components to install 1) HELYX-OS-GUI 2) HELYX-OS-GUI and Kernel #?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.
-
The user will be prompted to enter the full path to where HELYX-OS will be intalled:
Select destination folder for HELYX-OS GUI:For example, if a user named Scott wants to install HELYX-OS to their home folder (this is the suggested location), then they woudl 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. -
If you previously selected option 2 in step 8, you will now be prompted to select your linux distribution:
Please select your linux distribution:
- Ubuntu (14.04 or later)
- Other #?
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.
-
To start HELYX-OS in the terminal, execute the
HELYX-OS.shfile located inengys/HELYX-OS/v2.3.1directory similar to::~$ ~/Engys/HELYX-OS/v2.3.1/HELYX-OS.sh
Compillation from Source
For the latest instructions on how to compile HELYX-OS from source, please see the git repository README file inside the HELYX-OS repository.