Hi Richa,
I'm going to write detailed installation instructions soon. Meanwhile, here are the basic steps:
1. Clone the repository on every compute and controller node.
2. Adjust the configuration by modifying neat.conf file in the repo directory on every node.
3. Install the package by running the following command from the repo directory on every node: sudo python setup.py install
4. Start the services by running the following command on the controller: sudo ./all-start.sh
You can monitor the current VM placement using the ./vm-placement.py script.
Best regards,
Anton