Installing In Linux - Service
- Download Linux command line package.
- Extract the zip file in the installation folder.
- If the default port of 1212 is acceptable, then open the folder location in a terminal. Otherwise, change the port before continuing.
- Make installService.sh executable by opening a terminal and typing the command chmod 755 installService.sh or via the file manager properties.
- Type sudo ./installService.sh, enter the admin password if prompted, and press enter. Binfer will get installed as a service.
- Grant permissions if prompted by any firewall/antivirus system.
- Default browser should open. "Welcome to Binfer setup" screen should be displayed. If this did not happen, then open your favorite web browser and open this link: "http://127.0.0.1:1212/b6/config". If the port was changed, then replace 1212 with the changed port number.
- Continue with First time setup.
To change the default port of 1212
- Open the file startBinfer.sh in a text editor.
- Change the port number if the default is not acceptable: HTTPPORT=1212. Save and close the file when done.
- Continue with step 3 from the previous section.
To run in command line
- Make startBinfer.sh executable by opening a terminal and typing the command chmod 755 startBinfer.sh or via the file manager properties.
- Type ./startBinfer.sh, and press enter.