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 1173: 435c9bc187a1
parent 1172: e4a8552cac4a
child 1174: 1412b5a78e22
Version bump for 2.1.0 default2.1.0
Joseph Tate
3 years 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 433 B 3 years ago A few more updates to .hgignore
.hgtags 1.4 KB 3 years ago Added tag 2.0.91 for changeset 4d5893a1fb16
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 635 B 3 years ago Added plugingenerator stuff
Makefile 5.4 KB 3 years ago Version bump for 2.1.0
NEWS 28.5 KB 3 years ago Break out 2.0.4 news
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.4 KB 3 years ago Put raa-service.sock in raa_service_dev.conf, alter…
dev.cfg 2.5 KB 3 years ago cfg for the new fallback static filter
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 3 years ago Use port 8004 for http, 8002 conflicted with xend
plugingenerator.py 1.7 KB 3 years ago Add __init__.py files
prod.cfg 1.4 KB 3 years ago make the networking and proxy stuff come before manage…
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 327 B 3 years ago Remove unused imports
raa-web-scgi 3.2 KB 3 years ago Fix HUP handling for raa-web-scgi
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 Put raa-service.sock in raa_service_dev.conf, alter…
raadocscfg 162 B 3 years ago Changed developer documentation output to docs/developer
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.4 KB 3 years ago Put raa_service.conf in raa-branding
setup.cfg 25 B 3 years ago Fix missing static directories for plugins, --format=bztar i…
start-raa-service.sh 112 B 4 years ago Migrated to the new repository

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