OpenNMP Scheduler: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
''by AdNovea - Nov 2009''<br | ''by AdNovea - Nov 2009''<br> '''[[OpenNMP|OpenNMP Homepage]]''' <br> <br> | ||
= OpenNMP Installation = | = OpenNMP Installation = | ||
<blockquote | <blockquote>There are four ways to install (''or to upgrade'') OpenNMP on your device:<br> <br> | ||
*<span style="color: darkgreen">'''Using MANUAL INSTALLATION with the <u>Distribution packages</u>''' (OpenNMP-xxxx.zip)</span><br>Extract the 3 files (''README, Installer.sh and onmp.tgz'') on your internal drive or a 2nd USB thumbdrive. Then execute the ''installer.sh'' script.<br><span style="color: darkred">'''This procedure shall be used for the <u>very first installation of OpenNMP </u>.'''</span> | |||
<br> | |||
<br | *<span style="color: darkgreen">'''Using full AUTOMATIC INSTALLATION from the OpenNMP <u>Remote repository</u>''' (''available with version 0.3.20 and above'')</span><br>Goto the '''Manage NPKG''' page of the OpenNMP Administration interface. Check (''and only check'') the '''OpenNMP Engine''' to install under '''[SPECIAL] OpenNMP Engine Upgrade''' section, select '''ONLY UPGRADE OpenNMP Engine''' from the drop list and press '''APPLY'''.<br>You will be asked to reboot your device to complete the installation/upgrade. | ||
[[Image:OpenNMP Upgrade.jpg|thumb|center|400px|OpenNMP Upgrade.jpg]] <br> | |||
*<span style="color: darkgreen">'''Using ASSISTED INSTALLATION with the upload feature of MANAGE NPKG page '''</span><br>Download the (''OpenNMP-xxxx.onmp'') archive from the forum and copy the file on your PC local disk. Upload the file using the '''Install a new NPKG Plug-in or Upgrade OpenNMP''' section on the '''MANAGE NPKG''' page of the OpenNMP Administration interface and press '''INSTALL'''. | |||
[[Image:OpenNMP Upgrade 2.jpg|thumb|center|400px|OpenNMP Upgrade 2.jpg]] <br> | |||
*<span style="color: darkgreen">'''Manual installation of a Build package''' (''OpenNMP-xxxx.onmp'')</span><br>Copy the file at the root directory of your USB device and proceed with the manual installation using the command below:<pre>./autorun --upgrade OpenNMP-xxxx.onmp</pre> | |||
</blockquote> | |||
<br> | |||
</ | |||
< | |||
= OpenNMP Configuration = | |||
<blockquote>OpenNMP configuration is defined into to the '''<your_usb>/.onmp/config.ini''' file.<br> The parameters are self-explained. Most of these parameters are managed through the Administration interface pages.<br>Nevertheless, some parameters shall be set directly in the configuration file: | |||
*'''Turn off the sound''' (''onmp.beeper'') | |||
*'''Force IPV4''' if not using IPV6 for quicker downloads (''force_ipv4'') | |||
*Change '''uploaded file size limit''' (''php.upload_max_filesize'' & ''php.post_max_size'') | |||
</blockquote> | |||
<br> | |||
= Under the Hood = | |||
<blockquote>For a quick understanding of the OpenNMP architecture, we provide here below three snapshots. They are subject to evolution along with the OpenNMP versions. | |||
{| width="100%" | |||
= Under the Hood = | |||
<blockquote | |||
{| width="100% | |||
|- | |- | ||
| | | [[Image:ONMP Hood1.jpg|thumb|center|200px|ONMP Hood1.jpg]] | ||
| | | [[Image:ONMP Hood2.jpg|thumb|center|200px|ONMP Hood2.jpg]] | ||
| | | [[Image:ONMP Hood3.jpg|thumb|center|200px|ONMP Hood3.jpg]] | ||
|} | |} | ||
</blockquote> | </blockquote> | ||
<br | <br> <br> | ||
< | |||
[[Category:Multimedia_Applications]] [[Category:NMP-1000]] |
Latest revision as of 09:48, 30 June 2015
by AdNovea - Nov 2009
OpenNMP Homepage
OpenNMP Installation
There are four ways to install (or to upgrade) OpenNMP on your device:
- Using MANUAL INSTALLATION with the Distribution packages (OpenNMP-xxxx.zip)
Extract the 3 files (README, Installer.sh and onmp.tgz) on your internal drive or a 2nd USB thumbdrive. Then execute the installer.sh script.
This procedure shall be used for the very first installation of OpenNMP .
- Using full AUTOMATIC INSTALLATION from the OpenNMP Remote repository (available with version 0.3.20 and above)
Goto the Manage NPKG page of the OpenNMP Administration interface. Check (and only check) the OpenNMP Engine to install under [SPECIAL] OpenNMP Engine Upgrade section, select ONLY UPGRADE OpenNMP Engine from the drop list and press APPLY.
You will be asked to reboot your device to complete the installation/upgrade.
- Using ASSISTED INSTALLATION with the upload feature of MANAGE NPKG page
Download the (OpenNMP-xxxx.onmp) archive from the forum and copy the file on your PC local disk. Upload the file using the Install a new NPKG Plug-in or Upgrade OpenNMP section on the MANAGE NPKG page of the OpenNMP Administration interface and press INSTALL.
- Manual installation of a Build package (OpenNMP-xxxx.onmp)
Copy the file at the root directory of your USB device and proceed with the manual installation using the command below:./autorun --upgrade OpenNMP-xxxx.onmp
OpenNMP Configuration
OpenNMP configuration is defined into to the <your_usb>/.onmp/config.ini file.
The parameters are self-explained. Most of these parameters are managed through the Administration interface pages.
Nevertheless, some parameters shall be set directly in the configuration file:
- Turn off the sound (onmp.beeper)
- Force IPV4 if not using IPV6 for quicker downloads (force_ipv4)
- Change uploaded file size limit (php.upload_max_filesize & php.post_max_size)
Under the Hood
For a quick understanding of the OpenNMP architecture, we provide here below three snapshots. They are subject to evolution along with the OpenNMP versions.