-
Notifications
You must be signed in to change notification settings - Fork 13
release
Pedro R. Andrade edited this page Nov 28, 2016
·
11 revisions
This documents describes the steps to release TerraME and its packages.
- Download TerraME installers in Windows, Linux, and Mac and install them.
- Execute Visual Tests in each of these version.
- Make a small report about the solved issues. Count the number of bugs fixed in the new version.
- Release Terrame with a new version number. Add the version's number to the Release title (otherwise Github will add the last commit's title, argh!).
- Update terrame.org with the newest version number and date.
- Update base's and terralib's html files in terrame.org using
repository/doc-base-terralib.lua. - Activate Google's crawler. Update
packages/doc/base/doc/index.html, and submit it to indexing with "Crawl this URL and its direct links". Do the same for the other packages.
- Build the package with
terrame -build. - Copy the package to
ssh.dpi.inpe.br, to the directory/home/www/terrame/packages/<current-version>. - Update
packages.luawith the information about the package. - Install the package using TerraME's graphical interface.
If you have comments, doubts or suggestions related to this document, please write a feedback to pedro.andrade <at> inpe.br.
Back to wiki or terrame.org.