Some notes about running ActionApps on Windows

From ActionApps Documentation
Revision as of 18:51, 3 December 2007 by Admin (talk | contribs) (deleting spam)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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) {