Installing on Mac
The Embedthis GoAhead install distribution for Mac OS X is published as a an installable pkg file.
Installing the PKG Image
- Double click on the PKG image.
Removing GoAhead
- Run a terminal and change directory to the installation directory for GoAhead. This is typically "/etc/goahead".
- Run the remove script in the install directory for GoAhead by typing
sudo ./uninstall
Running GoAhead
To start GoAhead type:
sudo goahead --home /etc/goahead
GoAhead is configured by default to listen on port 80. To test that it is serving pages, point your browser at http://localhost/.
To get all the options for GoAhead read the man page via:
man goaheador get the command help via:
goahead --help