rpathsync / raa

The rPath Platform Agent is the extensible application framework that provides an administrative interface for appliances based on the rPath Appliance Platform.

Clone this repository (size: 6.2 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/rpathsync/raa/
commit 2803: e1fac521c99d
parent 2802: f71b4e1bc55a
child 2804: 3f8d404edcc8
NEWS updates for 5f3169f11048 (RAA-1397) default2.2.5
Brad Murphy
23 months ago

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
raa /
filename size last modified message
docs  
extras  
init.d  
plugintemplate  
raa  
raaplugins  
samples  
scripts  
.hgignore 446 B 2 years ago Make safe for Eclipse
.hgtags 2.3 KB 2 years ago remove old tag
EULA 8.3 KB 3 years ago Added EULA
LICENSE 32.9 KB 4 years ago Added LICENSE
MANIFEST-branding.in 491 B 3 years ago Put raa_service.conf in raa-branding
MANIFEST-core.in 681 B 2 years ago Modified Makefile and setup for collectiontool
Makefile 5.4 KB 23 months ago This is rAPA 2.2.5
NEWS 43.5 KB 23 months ago NEWS updates for 5f3169f11048 (RAA-1397)
README 155 B 3 years ago fix url
README.branding 24 B 4 years ago Update NEWS and added LICENSE, README.branding to branding.
README.devel 3.7 KB 2 years ago Updated docs
dev.cfg 2.5 KB 2 years ago RAA-1232 Disallow upload of empty backup files.
genDocs.sh 314 B 3 years ago Rebranding
genraakeys 629 B 3 years ago Better use of distutils/setuptools, simplification of…
lighttpd.conf 2.0 KB 2 years ago Allow favicon.ico to be branded with the rest of the images…
plugingenerator.py 1.8 KB 3 years ago missing import and typo
prod.cfg 1.7 KB 2 years ago Add prod.cfg entry for collectiontool.vendorInformationPath
raa-gendummycert.sh 2.1 KB 3 years ago Better error hanlding for lighttpd key generation
raa-service 213 B 3 years ago More robust logging for servers.
raa-web 942 B 3 years ago Close file descriptors before restarting
raa-web-scgi 4.1 KB 2 years ago Swallow the SystemExit exception, and log it
raa.logrotate 848 B 3 years ago SIGHUP to raa-web-scgi instead of SIGUSR2
raa_service_dev.conf 1.0 KB 3 years ago Fix paths for devel mode
raadocscfg 158 B 3 years ago Update developer documentation's title.
reset_password.py 633 B 3 years ago Add a reset_password script
runshowprofile.sh 95 B 4 years ago Migrated to the new repository
runtests.sh 296 B 4 years ago Migrated to the new repository
setup-branding.py.in 1.5 KB 3 years ago hg revision now automatically generated (if possible) for…
setup-core.py.in 2.7 KB 2 years ago Modified Makefile and setup for collectiontool
setup.cfg 25 B 3 years ago Fix missing static directories for plugins, --format=bztar i…
start-raa-service.sh 114 B 2 years ago Log to files instead of to the screen

README

#
# Copyright (c) 2006-2009 rPath, Inc.
# All rights reserved
#

If you are including this code to drive the maintenance interface for
your appliance product, see the following documentation resources
at docs.rpath.com:

== rAPA Customization Guide ==
Reference the default plugin features, and read how to quickly create and
package a custom configuration to override default settings, configure what
parts of the filesystem are included in backups, hide/show certain tasks, 
change logos, adjust the look-and-feel, and conduct tasks using an XML-RPC
client instead of the web interface.
http://docs.rpath.com/rAPA_Customization_Guide/index.html

== rAPA Plugin Development Guide ==
Learn the code structure behind rAPA and its plugins, and read how to
create and package your own plugin to extend the tasks administrators can
perform in the rAPA interface (Web or XML-RPC).
http://docs.rpath.com/rAPA_Plugin_Development_Guide/index.html