Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
David P. Chassin edited this page Apr 24, 2020 · 7 revisions

HiPAS GridLAB-D is deployed using websites and REST servers in the domain gridlabd.us

Access

All GridLAB-D resources deployed online are available via curl and web browsers. The preferred access method depends on the type of resources requested. In general, GET requires a curl or equivalent library to access data. Otherwise, a web browser is typically required.

code.gridlabd.us

GET /<branch>/<pathname>

This provides direct access to the current copies of source code.

docs.gridlabd.us

http://docs.gridlabd.us/index.html?host=<domain-name>&owner=<user-org>&project=<repo-name>&branch=<branch-name>&folder=<path-name>&doc=<file-name>

This provides the main documentation browser for current branches.

library.gridlabd.us

GET /<state>/<org>/<pathname>

This provides direct access to the current copies of the library files.

source.gridlabd.us

http://source.gridlabd.us/
http://source.gridlabd.us/tree/<branch-name>[/<path-name>]
http://source.gridlabd.us/issue[/<number>]
http://source.gridlabd.us/pull[/<number>]
http://source.gridlabd.us/wiki/[<page-name>]

This is the current entry point to browse the GridLAB-D open source code repository and git commands.

template.gridlabd.us

GET /<state>/<org>/<pathname>

This provides direct access to the current copies of the model template files.

weather.gridlabd.us

GET /<state>-<station-name>.tmy3

This provides direct access to the current copies of the weather files.

Deploy

The documentation website docs.gridlabd.us and the development testing website docs-dev.gridlabd.us are deployed from the SLAC GISMo Docs-Browser project using the ./deploy.sh script. To update the docs.gridlabd.us from the Docs-Browser project, do the following

bash$ git clone https://github.com/slacgismo/docs-browser
bash$ cd docs-browser
bash$ ./deploy.sh src docs.gridlabd.us

All the remaining sites are configured using AWS Route 53 and S3, with redirection as follows:

Site Redirect
http://code.gridlabd.us/ https://raw.githubusercontent.com/slacgismo/gridlabd/
http://library.gridlabd.us/ https://raw.githubusercontent.com/slacgismo/gridlabd-library/master/US/
http://source.gridlabd.us/ https://github.com/slacgismo/gridlabd/
http://template.gridlabd.us/ https://raw.githubusercontent.com/slacgismo/gridlabd-template/master/US/
http://weather.gridlabd.us/ https://raw.githubusercontent.com/slacgismo/gridlabd-weather/master/US/
http://docker.gridlabd.us/ https://hub.docker.com/orgs/slacgismo/repositories/