Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2. Once you have the zip, place it on the desktop of Ubuntu for easier use (this tutorial will assume the zip is on the desktop)

3. Download the FIN service file (found at the bottom of this page) and also place it on your desktop

Note

The folder might be named finFramework or finStack, make sure to rename it to fin or change the name in the script to be based on what the folder name is.

4. Open a terminal and navigate to the /opt directory using cd /opt/

...

Code Block
languagebash
sudo unzip ~/Desktop/FIN-X.X.X.XXXX.zip #X.X.X.XXXX indicates the version of FIN

...

6. Then we recommend to rename the unzipped FIN installation folder so that we know which version is installed by looking at the folder name. While still in /opt in the terminal, run the below command based on the version installing.

Code Block
sudo mv finFramework finFramework_5.0.7.3722          //"finFramework" is the name of the unzipped FIN installation. "finFramework_5.0.7.3722" is the name we want to rename it too.

7. Then open the fin.service file with an editor and remove the /current make the below modifications to it:

  • Rename “fin” (highlighted in turquoise) to renamed FIN installation folder is. In our case “finFramework_5.0.7.3722”.

  • Remove “/current” text (highlighted in yellow)

...

  • if using the zip file for installation. Otherwise if using the deb file for installation, keep /current in the fin.service file. Look at instructions on how to install deb file below.

...

  • Then if you wish to increase the heap space of your installation then update the number (in MB, highlighted in purple) after the -Xmx.

...

8. The file should look like this when you are finished.

...

2. Please place it on the desktop of Ubuntu for easier use (this tutorial will assume the zip is on the desktop)

3. Download the FIN service file (found at the bottom of this page) and also place it on your desktop

...

The folder might be named finFramework or finStack, make sure to rename it to fin or change the name in the script to be based on what the folder name is.

4. Then open the terminal and navigate to the Desktop using cd ~/Desktop

...

Please download it from here.

https://drive.google.com/file/d/1oRY1rq_qBB9BTPAISagwYv8vzqfp5cZm/view?usp=sharing

Note

...

View file
nameattachments/770708602/1107787790/1

Starting/Stopping/Restarting FIN

...