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.
- Host: GitHub
- URL: https://github.com/chr15f0x/min-webmin
- Owner: CHr15F0x
- License: other
- Created: 2020-11-08T19:30:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-12T20:09:01.000Z (almost 5 years ago)
- Last Synced: 2024-12-30T03:35:04.911Z (over 1 year ago)
- Topics: perl5, webmin
- Language: Shell
- Homepage:
- Size: 86.3 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.perl
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
```