This commit is contained in:
crestAT
2016-07-23 09:12:25 +02:00
parent 76ecaecc68
commit e10a754fd7

View File

@@ -20,10 +20,10 @@ INSTALLATION
------------
1. Prior to the installation perform a backup of the NAS4Free configuration via SYSTEM | BACKUP/RESTORE | Download configuration.
2. Open the NAS4Free WebGUI menu entry ADVANCED | COMMAND, copy the following line, paste it to the command field and push "Execute", this will copy the installer to your system:
<pre>fetch https://raw.github.com/crestAT/nas4free-onebuttoninstaller/master/OBI.php && \
mkdir -p ext/OBI; echo '<a href="OBI.php">OneButtonInstaller</a>' > ext/OBI/menu.inc
<pre>
fetch https://raw.github.com/crestAT/nas4free-onebuttoninstaller/master/OBI.php && mkdir -p ext/OBI; echo '<a href="OBI.php">OneButtonInstaller</a>' > ext/OBI/menu.inc
</pre>
3. Open the NAS4Free WebGUI menu entry EXTENSIONS | OneButtonInstaller, choose a directory to install the extension to and hit 'Save' to finish the installation or hit 'Cancel' to abort and remove the installer from the system.
3. Refresh the NAS4Free WebGUI and open the menu entry EXTENSIONS | OneButtonInstaller, choose a directory to install the extension to and hit 'Save' to finish the installation or hit 'Cancel' to abort and remove the installer from the system.
4. After successful completion you can access the extension from the WebGUI menu entry EXTENSIONS | OneButtonInstaller.
DISCLAIMER