diff --git a/docs/CommandLine.md b/docs/CommandLine.md new file mode 100644 index 0000000..4598910 --- /dev/null +++ b/docs/CommandLine.md @@ -0,0 +1,18 @@ +## Command-Line Configuration of PiPedal + +The pipedalconfig program can be used to modify configuration of PiPedal from a shell command line. Run 'pipedalconfig --help' to view +available configuration commands, some of which are not avaialbe from the web interface. For example, you can change the port number +of the Web App HTTP server if you need to, using pipedalconfig. + +Things you can do with pipedalconfig: + + - Stop, start or restart the PiPedal services. + + - Choose whether to automatically start PiPedal services on reboot. + + - Select an alternate web server port. + + - enable or disable the Wi-Fi hotspot. + +Run `pipedalconfig --help` for available options. +