freeipa/ipa-server/ipa-gui
Karl MacMillan 679343594d Install the web gui
Install the turbogears web gui including an init script. This
patch includes a few related changes:

* create a production configuration
* rename the web gui startup scrip to ipa-webgui
* add an init script
* chkconfig on the ipa-webgui init script
* make the start script properly daemonize the app when not
  in a development directory.
* Install everything to the correct places (/usr/sbin/ipa-webgui
  and /usr/share/ipa/ipagui mainly).

There are some things still left to do:

* Sort out the logging - the config needs to be adjusted so
  that logging messages end up in /var/log.
0001-01-01 00:00:00 +00:00
..
ipa_gui.egg-info Install the web gui 0001-01-01 00:00:00 +00:00
ipagui patch queue: helptext.patch 2007-09-26 13:08:29 -07:00
dev.cfg Add a failed login page. In theory it should never been seen but it makes 2007-09-21 10:58:40 -04:00
ipa-webgui Install the web gui 0001-01-01 00:00:00 +00:00
ipa-webgui.cfg Install the web gui 0001-01-01 00:00:00 +00:00
ipa-webgui.init Install the web gui 0001-01-01 00:00:00 +00:00
Makefile Install the web gui 0001-01-01 00:00:00 +00:00
README.txt Addiing initial turbogears web gui. 2007-08-12 04:53:18 -07:00
sample-prod.cfg Install the web gui 0001-01-01 00:00:00 +00:00
setup.py Install the web gui 0001-01-01 00:00:00 +00:00
start-ipagui.py Install the web gui 0001-01-01 00:00:00 +00:00
test.cfg Addiing initial turbogears web gui. 2007-08-12 04:53:18 -07:00

ipa-gui

This is a TurboGears (http://www.turbogears.org) project. It can be
started by running the start-ipagui.py script.