https://github.com/anod/web-admin-lite-perl
Web administartion interface written in Perl and Mojolicious
https://github.com/anod/web-admin-lite-perl
Last synced: 10 months ago
JSON representation
Web administartion interface written in Perl and Mojolicious
- Host: GitHub
- URL: https://github.com/anod/web-admin-lite-perl
- Owner: anod
- Created: 2011-10-11T16:55:48.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-10-11T17:17:06.000Z (almost 15 years ago)
- Last Synced: 2025-05-31T10:30:12.503Z (about 1 year ago)
- Language: Perl
- Homepage:
- Size: 313 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Web Admin Lite
Simple web-based interface for system administration for Unix.
## Highlights
* Perl
* Mojolicious web framework
## Information
* This is study project for course Unix & Linux @ Afeka College of Engineering
* Default login: admin, Password: admin
* Sections:
1. System information
2. Terminal
3. User management
4. Task manager
5. Backup
6. Search files (Interface for find and grep commands)
* folder commands/ contain implementaion of unix commands in perl
(This was one of requirements for project)
## 3rd party components
* Mojolicious Lite ( http://mojolicio.us/ )
* Mojolicious::Plugins::BasicAuth ( https://github.com/tempire/mojolicious-plugin-basicauth )
* jQuery ( http://jquery.com/ )
* jQuery UI ( http://jqueryui.com/ )
## Author
Alex Gavrishev, 2011