Skip to content

Commit ecb9af7

Browse files
committed
📝 including documentation from wiki
1 parent 9354cad commit ecb9af7

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

VIZ_SITE_CODE/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Static Site image viewer.
2+
3+
In `VIZ SITE CODE` the folder `public html` contains a fully developed static site build through JavaScript, HTML and css designed to view the days forecast. This can be hosted on a web server or simply viewed via a light weight python web server.
4+
5+
* css - custom style files
6+
* fonts - custom fonts
7+
* images - banners, icons, etc
8+
* _includes - common html code to multiple pages e.g. naviation bar etc.
9+
* index.html - Landing page.
10+
* js - Javascript library for animating, loading in the days images etc
11+
* UNRESP_VIZ - folder containing image archive,
12+
13+
This code will work out of the box with `Run.sh` or can be adapted for other purposes.
14+
15+
## Viewing Output
16+
17+
The output can be viewed by running:
18+
19+
```bash
20+
cd $HOME/UNRESPForecastingSystem/VIZ_SITE_CODE/public_html
21+
python -m http.server
22+
```
23+
And opening http://0.0.0.0:8000/ in any browser
24+
25+
All the code can be transported to desired location e.g. Apache server and the
26+
forecasting scripts ran with a `-n` option to move to that location.

0 commit comments

Comments
 (0)