tazpanel view README @ rev 17

More in README and Makefile
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 04 04:26:20 2011 +0200 (2011-04-04)
parents b9f87bfa0d75
children 4455817f8813
line source
1 SliTaz Web Control Panel
2 ================================================================================
5 Tazpanel is the SliTaz Control Panel, a web interface who let you manage the
6 full system in a redically simple way. The output xHTML code is valid xHTML 5
7 and all theming is done with standard CSS 3.
10 Web server
11 ----------
12 Tazpanel can run with Busybox httpd applet or LightTPD an propably Apache.
13 Start the webserver with custom config to listen only on local port for
14 security reason since we run as root to perform system actions, example:
16 # httpd -p 8080 u root -c /etc/slitaz/tazpanel-httpd.conf
18 Or use tazpanel cmdline:
20 # tazpanel start
22 Quick notes
23 -----------
25 Panel password is defined in httpd.conf
26 When cat is used: `gettext "Text to translate"`
27 Devel can run the web server with root in the src tree