ContentNow is fully compatible with OutSite-In.
In order to take your ContentNow web site on CD or simply offline, we recommend you to:
Modify the "\cn\library\configure.php" file by editing your offline files directory:
Find the line starting with:
define('CN_DB_HOST',...
and change it to:
define('CN_DB_HOST','localhost');
Modify the "\upload\configure.tmp" file by editing your offline files directory:
Find the line starting with:
define('CN_DB_HOST',...
and change it to:
define('CN_DB_HOST','localhost');
(tested with ContentNow 1.4.1)