curl -O http://www.analog.cx/analog-5.32.tar.gz gnutar -xvzf analog-5.32.tar.gz cd analog-5.32
open -e src/Makefile
edit line 30 CHANGE "OS = UNIX" to "OS = OSX"
sudo make
sudo mkdir /usr/local/bin/analog sudo cp analog /usr/local/bin/analog sudo cp -r images /usr/local/bin/analog/images sudo cp -r lang /usr/local/bin/analog/lang
with BBEdit open up httpd.con and find the following line
Alias /icons/ "/usr/share/httpd/icons/"
add the following line immediately after the above line
Alias /analog_images/ "/usr/local/bin/analog/images/"
save httpd.conf
sudo apachectl restart
Here is an example configuration file that resides in the analog folder. (Just make sure that you edit the first 25 lines.)
The following command line will activate analong via terminal. You could also just set up a crone entry for the same.
/usr/local/bin/analog/analog -G +g/usr/local/bin/analog/example.cfg