Skip to content

Getting Started Locally

Nitin Kumar Agarwal edited this page Oct 4, 2013 · 34 revisions

Install Using Code

Ideally this should not be needed as one of the main intent of this platform is to be used as a hosted solution. And the whole company should be able to make use same deployment. So in case you just want to get around your own way, following are the steps to have a local setup :

    1. Setup sun java 6
    1. Setup Maven : Maven 2.2.1
    1. Clone Source code : git clone https://github.com/Flipkart/loader.git .
    1. Build & install Code Base : mvn clean compile package install
    1. Setup Files and Folders : cd scripts; sudo ./setup.sh
    1. Start Loader Server : sudo ./start-loader-server.sh
    1. Start Loader Agent : sudo ./start-loader-agent.sh
    1. Validate Services are Running
   Go To http://localhost:9999/index.htm
   click Agents tab. You should see one loader agent listed here.
Clone this wiki locally