Skip to content
remram44 edited this page Oct 6, 2014 · 69 revisions

Welcome to the UVCDAT wiki!

Installation instructions: Ubuntu, Mac OS X

Support

Email uvcdat-support@llnl.gov Looking for help, have questions? Support Forum
Looking to report a bug or issue? Issues


Developers

Clone

git clone git@github.com:UV-CDAT/uvcdat.git

Setup developement environment

cd uvcdat scripts/setup_for_development.sh

Commit

git fetch --all -p
git checkout master
git reset --hard origin/master
git checkout -b your_branch_name
** make changes here **
git commit
git push origin HEAD
** Now visit https://github.com/UV-CDAT/uvcdat to create a pull request **

System environment

System Requirements

Testing

Dashboard, Testing, and Validation


Related

Clone this wiki locally