Some notes about running ActionApps on Windows
From ActionApps Documentation
Here are some random notes about running ActionApps on Windows.
You probably want to start with http://www.apachefriends.org/en/xampp-windows.html XAMPP, which includes everything (and more) you need.
(Spanish keyboard, so no layout yet)
///
requisites
- install PHP
$AA_SITE_PATH = "C:\Archivos de programa\Apache Software Foundation\Apache2.2\htdocs\your-apc-aa-path/";
Note that \" will be part of the string and will does give you a T STRING parsing error.
SERVER_ADDR doesnt seem to be defined properly, so just put that part of config.php3 in commentary:
/* Though this doesn't work on this Windows machine... switch ($SERVER_ADDR) {