If you need tech support, please get it via the Sourceforge.net support forums:
http://sourceforge.net/forum/?group_id=115464
note: we are trying to significantly simplify the installation process. Forthcoming releases will have a an easier install methodology, but we wanted to put the beta out for people to play around with. Please stay tuned to the ForwardTrack website, or join the ForwardTrack mailing list to stay up to date.
note: all references in this file to specifc documents are relative to the root directory of the ForwardTrack distribution, where the root directory is called ft
Edit the file ft/.htaccess according to the comments in that file.
In particular, you may need to modify the RewriteBase and AcceptPathInfo settings.
If you want to track any impact metrics other than simple user/registration counts, read about impact metrics in ForwardTrack and create a custom .ini file accordingly.
Edit the file ft/config.inc.php with your configuration information:
FT_DB_HOSTFT_DB_USER, FT_DB_PASScreate, drop, alter, select, insert, update and delete privileges on the ForwardTrack database.
FT_DB_DBNAMEFT_DEFAULT_CAMPAIGNFT_MAIL_TYPEmail or smtp).FT_MAIL_FROMFT_ERROR_RETURN_MAILFT_INVITE_HONEST_FROMFT_OPT_OUT_FINAL1 to enable the feature that allows users to opt out of all emails coming from the system.FT_CUSTOM_INI_FILEFT_MAP_ALL_METRICS1 to aggregate all metrics into map-data. Just around for efficiency if you are only
going to be mapping the 'count' of registrations.FT_ADMIN_HTTPAUTH_NAME, FT_ADMIN_HTTPAUTH_PASSFT_DEBUG_LEVELFT_*_CLASSAll of these variables are further documented in the ft/config.inc.php file itself
Upload the entire source tree to wherever on your server you want ForwardTrack
On your server, make sure the directory ft/cache is world-writeable (chmod a+rwx cache).
Load the page http://{your server}/{wherever you put ForwardTrack}/admin/install/. Click the button.
This will create all the necessary database tables to support the ForwardTrack core and applications. It will also create a fake/test campaign in your installation so that you can test the system before preparing all of the content for your campaign(s).
Go back to the main documentation page to learn more about using the system.
To upgrade your database schema, apply all the .sql files in the upgrade directory to your
database, starting from the one labeled with the version your are currently running.