Skip to content

Instantly share code, notes, and snippets.

@jhorsman
Created May 13, 2014 06:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhorsman/8388b83a6da24fa158a4 to your computer and use it in GitHub Desktop.
Save jhorsman/8388b83a6da24fa158a4 to your computer and use it in GitHub Desktop.
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\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
cd d:\fredhopper
bin\instance indexer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment