Skip to content

Commit 0dc3d2e

Browse files
author
nisanth.m.s@gmail.com
committed
initial code
1 parent a36e569 commit 0dc3d2e

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The tool predicts the weather data for a given location. Internally, tool retrie
1313

1414
## Usage Instructions
1515
1. Build using maven
16-
<br>
16+
1717
```mvn clean compile package -DWeatherSimulator.properties=src/test/resources/WeatherSimulator.properties```
1818

1919
Build will compile, test and generate the RPM and final RPM is copied to [RPM Directory](RPM/)
@@ -31,23 +31,20 @@ Click here to download the [RPM](https://github.com/AnalyticsApps/WeatherSimulat
3131
```
3232
![](image/1_Install.png)
3333

34-
<br>
35-
3. Running the script
36-
37-
<br>
38-
34+
3. Running the script
3935
After installing RPM, Application will be available under /opt/WeatherSimulator
4036

41-
1) The scripts will be available under /opt/WeatherSimulator/bin/
42-
2) Configuration files are under /opt/WeatherSimulator/conf/
43-
3) The application logs will be in /opt/WeatherSimulator/log/
44-
4) The forecast output will be written to files under /opt/WeatherSimulator/output/
37+
* The scripts will be available under /opt/WeatherSimulator/bin/
38+
* Configuration files are under /opt/WeatherSimulator/conf/
39+
* The application logs will be in /opt/WeatherSimulator/log/
40+
* The forecast output will be written to files under /opt/WeatherSimulator/output/
4541

4642

43+
```
4744
[root@hdp3test3 ~]# cd /opt/WeatherSimulator/
4845

4946
[root@hdp3test3 WeatherSimulator]# ls
5047
bin conf lib log output Readme.txt
5148
[root@hdp3test3 WeatherSimulator]#
52-
49+
```
5350

0 commit comments

Comments
 (0)