- Enter the following to navigate to the Desktop directory:
cd ~/Desktop
- Use the following command to install the FIN .deb:
sudo dpkg -i FINStack-5.1.XXXX.deb
Where:XXXX
indicates the minor version of FIN.
- Follow the screen prompts.
- The default setting is recommended for the Base install folder.
- Skip the prompt to input the heap size for FIN. The heap will be configured in a later step.
- Open the finstack.service file with an editor.
- (Optional) To increase the heap size of your installation, modify the number (in MB) after -Xmx. See the following figure for more information.
- Save the finstack.service file and close the editor.
The next step includes a reboot command, which is required for the service to start. You may exclude the reboot line to postpone this step.
- Enter the following sequence of commands:
sudo mv finstack.service /etc/systemd/system/finstack.service
sudo systemctl daemon-reload
sudo systemctl enable finstack
sudo systemctl start finstack
sudo reboot
- After the computer reboots, open a browser and navigate to: http://localhost:8080
- The login screen displays, and FIN has been successfully installed through the deb installer.