Skip to content

Instantly share code, notes, and snippets.

@jhorsman
Created July 18, 2014 07:52
Embed
What would you like to do?
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