Installation Manual - fsbruva/thebrig GitHub Wiki
Install
The first step to installing TheBrig is to download the install script. We will need to make the script executable, and then run it. It will fetch the software from GitHub and install it to the specified location.
-
Access the Nas4Free Webgui.
-
Open "Advanced/Command"
-
Execute these three commands, one at a time. The first command will retrieve the installation package from Github:
fetch -o /tmp/thebrig_install.sh https://github.com/fsbruva/thebrig/raw/working/thebrig_install.sh
The second command will make the installation package ready for use by making it executable.
chmod a+x /tmp/thebrig_install.sh
The third command installs the files necessary for TheBrig to the location "/mnt/tank/thebrig"
/bin/sh /tmp/thebrig_install.sh /mnt/tank/thebrig &
If the folder specified does not exist, it will be created. The last step will take a few seconds (or minutes...). You'll hopefully see something like this:
That means installation was a success!!
Once the installation is complete and you view another page in the webgui, a new tab will appear.
The first time you install TheBrig, you will need to confirm its storage location and click "Save."