Skip to content

Instantly share code, notes, and snippets.

@jhorsman
Created July 18, 2014 07:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhorsman/0b70be4a5958cad7992c to your computer and use it in GitHub Desktop.
Save jhorsman/0b70be4a5958cad7992c to your computer and use it in GitHub Desktop.
Start Fredhopper processes. For a development box, usually this would run as a scheduled task. Just run start-Fredhopper.bat
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 30
echo.
echo Starting instance...
cd d:\fredhopper
bin\instance indexer
echo Launched instance in separate window
echo.
echo Done!
pause 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment