Device management using Bcfg2
m |
m |
||
Line 3: | Line 3: | ||
This page will shortly contain instructions about running Bcfg2, an open source configuration management system client in Maemo device. | This page will shortly contain instructions about running Bcfg2, an open source configuration management system client in Maemo device. | ||
+ | https://bugs.maemo.org/show_bug.cgi?id=5102 | ||
Bcfg2 was chosen as the first try-out candidate because | Bcfg2 was chosen as the first try-out candidate because |
Revision as of 14:47, 18 March 2010
Under Construction
This page will shortly contain instructions about running Bcfg2, an open source configuration management system client in Maemo device.
https://bugs.maemo.org/show_bug.cgi?id=5102
Bcfg2 was chosen as the first try-out candidate because
- All logic possible is performed at the server end, making the client lightweight
- Device management is a special use case, fair amount of tailoring is anticipated. Bcfg2 is very tailor-friendly. Nearly all components are replaceable
- Implementation language is Python, which was already familiar
apt-get install python tar zxvf bcfg2-0.9.6.tar.gz cd bcfg2-0.9.6 python setup.py install --install-layout deb --record /root/bcfg2files
Note, Category is intentionally broken, this is not in any shape for showing up yet
[[
Category:Power users
]]