This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Company | Hits | Direct Policies | Conversion | |
|---|---|---|---|---|
| Acko | 5550000 | 79438 | 1.43% | |
| Go Digit | 1040000 | 721216 | 69.30% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Company | Claims | Claims settled | Settlement Ratio | Market Share | |
|---|---|---|---|---|---|
| Acko | 6439 | 4785 | 0.743 | 0.172 | |
| Go Digit | 28715 | 19336 | 0.673 | 1.036 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| sudo snap install ruby --channel=2.5/stable --classic | |
| sudo gem install bundler | |
| sudo git clone https://github.com/aws/aws-codedeploy-agent.git /opt/codedeploy-agent | |
| sudo chown -R root.root /opt/codedeploy-agent | |
| sudo chmod 644 /opt/codedeploy-agent/conf/codedeployagent.yml | |
| sudo chmod 755 /opt/codedeploy-agent/init.d/codedeploy-agent | |
| sudo chmod 644 /opt/codedeploy-agent/init.d/codedeploy-agent.service | |
| pushd /opt/codedeploy-agent | |
| sudo bundle install --system |
OlderNewer