jhorsman
5/13/2014 - 6:55 AM

Start SDL Fredhopper. A handy (Windows only) development tool when using SDL SmartTarget 2014. On a production server the Fredhopper process

Start SDL Fredhopper. A handy (Windows only) development tool when using SDL SmartTarget 2014. On a production server the Fredhopper processes would be started by a Scheduled Task on start of the server. Run start-Fredhopper.bat to get things going.

cd d:\fredhopper
bin\instance indexer
cd d:\fredhopper
bin\deployment-agent
@echo off
start start-deployment-agent.bat
echo Launched deployment agent in separate window

echo.
echo Pausing before starting the instance
timeout 60

echo.
start start-instance.bat
echo Launched instance in separate window

echo.
echo Done! it might take a few minutes before the Fredhopper server is started
pause