An open API service indexing awesome lists of open source software.

https://github.com/chr15f0x/min-webmin

Minimalistic yet useful webmin installation bundle suited for embedded devices. The installation is fully portable, using its own standalone perl build. Authentic theme included.
https://github.com/chr15f0x/min-webmin

perl5 webmin

Last synced: 3 months ago
JSON representation

Minimalistic yet useful webmin installation bundle suited for embedded devices. The installation is fully portable, using its own standalone perl build. Authentic theme included.

Awesome Lists containing this project

README

          

# min-webmin
Minimalistic yet useful webmin installation bundle suited for embedded devices.

__The installation is fully portable, using its own standalone perl build, which is included in the bundle.__



To prepare the bundle just run:
```
./build.sh
```
To install:
```
tar xzf min-webmin.tar.gz
cd min-webmin
./install.sh
```
To rebuild PERL:
```
cd perl_src
./build.sh
```