.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.15. .TH TJ3WEBD "1" "June 2020" "TaskJuggler 3.7.1" "TaskJuggler" .SH NAME tj3webd \- TaskJuggler reports web server .SH SYNOPSIS .B tj3webd [\fI\,options\/\fR] .SH DESCRIPTION The TaskJuggler web server can be used to serve the HTTP reports of TaskJuggler projects to be viewed by any HTML5 compliant web browser. It uses the TaskJuggler daemon (tj3d) for data hosting and report generation. .SH OPTIONS .TP \fB\-c\fR, \fB\-\-config\fR Use the specified YAML configuration file .TP \fB\-\-silent\fR Don't show program and progress information .TP \fB\-\-no\-color\fR Don't use ANSI contol sequences to color the terminal output. Colors should only be used when spooling to an ANSI terminal. In case the detection fails, you can use this option to force colors to be off. .TP \fB\-\-debug\fR Enable Ruby debug mode .TP \fB\-d\fR, \fB\-\-dont\-daemonize\fR Don't put program into daemon mode. Keep it connected to the terminal and show debug output. .TP \fB\-p\fR, \fB\-\-port\fR Use the specified TCP/IP port to connect to the TaskJuggler daemon (Default: 8474). .TP \fB\-\-pidfile\fR Write the process ID of the daemon to the specified file. .TP \fB\-\-logfile\fR Log daemon messages to the specified file. .TP \fB\-\-urifile\fR If the port is 0, use this file to read the URI of the TaskJuggler daemon. .TP \fB\-\-webserver\-port\fR Use the specified TCP/IP port to serve web browser requests (Default: 8080). .TP \fB\-h\fR, \fB\-\-help\fR Show this message .TP \fB\-\-version\fR Show version info .SH ENVIRONMENT .TP \fBHOME\fR The user's home folder. Used to search for configuration file if not specified. .SH FILES .TP \fB.taskjugglerrc\fR or \fBtaskjuggler.rc\fR tj3d searches for a config file named .taskjugglerrc or taskjuggler.rc in the current path, the user's home path as specified by the HOME environment variable or /etc/. At a minimum the file must contain: _global: authKey: ******** (the user should specify their own auth key and set file permissions accordingly). An alternative config file location may be specified using the -c, --config FILE option. .SH COPYRIGHT Copyright \(co 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 .IP by Chris Schlaeger .PP This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. .PP For more info about TaskJuggler see http://www.taskjuggler.org .SH "SEE ALSO" tj3d(1) The full TaskJuggler manual is available online at http://www.taskjuggler.org/tj3/manual/, or via the tj3man command.