https://github.com/lsst-dm/legacy-suit-onlinehelp
https://github.com/lsst-dm/legacy-suit-onlinehelp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lsst-dm/legacy-suit-onlinehelp
- Owner: lsst-dm
- Created: 2017-02-06T23:46:15.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-11-26T19:09:37.000Z (over 3 years ago)
- Last Synced: 2025-01-12T11:16:45.502Z (4 months ago)
- Language: HTML
- Size: 130 MB
- Stars: 1
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# suit-onlinehelp
Prerequisites
-------------
- gradle v2.2+
- clone onlinehelp repository and its dependent repository
- git clone https://github.com/lsst/suit-onlinehelp
- git clone https://github.com/Caltech-IPAC/fireflyBuild and Install Individually
------------------------------
- cd suit-onlinehelp
- gradle ::build // build only
- creates an archive of html and supporting files to be install to a webserver
- the file is placed in ./build/libs/- gradle ::install // build and install.
- crates and install online help files
- HTML_DOC_ROOT environment variable is required to locate the path to the webserver's document root.- gradle projects // for a list of project names
gradle will also take partial names as long as it can uniquely resolve it.
So, instead of typing 'gradle :suit:build' you can type
- gradle :su:bui