Difference between revisions of "PM Software Stack"
From Pulsed Media Wiki
(Created page with "PMSS, short of PM Software Stack is a compilation of scripts to manage single server side seedbox configuration, turning instantly and conveniently an regular Debian 5.0 ...") |
|||
Line 15: | Line 15: | ||
== Changelog == | == Changelog == | ||
+ | 27/03/2011: | ||
+ | This is primarily a bug fix and code quality release. | ||
+ | * Set shell to /bin/bash upon user creation | ||
+ | * Set shell to /bin/bash when using userConfig | ||
+ | * quotaFix.php now turns quota off before attempting quota check | ||
+ | * quotaFix.php now displays quota info before and after check | ||
+ | * Lots of comments added to all code files touched | ||
+ | * userConfig.php $filesLimitPerGb was undefined - hardcoded 500 | ||
+ | * update.php minor changes | ||
+ | * default version now set to 1, in preparation to take it into production | ||
+ | * startRtorrent: codestyle fixes, Made error messages more clear, named rTorrent screen session to "rtorrent" |
Revision as of 21:38, 27 March 2011
PMSS, short of PM Software Stack is a compilation of scripts to manage single server side seedbox configuration, turning instantly and conveniently an regular Debian 5.0 server into a seedbox. The PMSS does not contain multiserver management utilities nor clustering support out-of-box, but does include PM Master GUI remote update features.
General features
- Semi-automatic installation
- Fast and easy creation of new user accounts with quota and rTorrent resource limits, etc.
- Easy user resource reconfiguration
- Autonomous Lighttpd configuration
- Autonomous configuration of basic server features
- Compiling rTorrent + libTorrent + Quota + XMLRPC from source.
- Multiple redundancy levels for rTorrent
- Other basic management scripts
Using PMSS
See Category:PM Software Stack Guides
Changelog
27/03/2011: This is primarily a bug fix and code quality release.
- Set shell to /bin/bash upon user creation
- Set shell to /bin/bash when using userConfig
- quotaFix.php now turns quota off before attempting quota check
- quotaFix.php now displays quota info before and after check
- Lots of comments added to all code files touched
- userConfig.php $filesLimitPerGb was undefined - hardcoded 500
- update.php minor changes
- default version now set to 1, in preparation to take it into production
- startRtorrent: codestyle fixes, Made error messages more clear, named rTorrent screen session to "rtorrent"