Difference between revisions of "Data repository"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
==Accessing the repository== | ==Accessing the repository== | ||
− | * Get account on math.ucdenver.edu in group mandel | + | * Get account on '''math.ucdenver.edu''' in group '''mandel''' and login by ssh at least once (you should change your password anyway). |
− | * Install | + | * Install '''cvs''' on your machine |
* In bash, type '''setenv CVSROOT=username@math.ucdenver.edu:/home/faculty/jmandel/cvsroot''' | * In bash, type '''setenv CVSROOT=username@math.ucdenver.edu:/home/faculty/jmandel/cvsroot''' | ||
* Type: '''cvs checkout openwfm_data''' | * Type: '''cvs checkout openwfm_data''' |
Revision as of 03:26, 6 September 2010
The wiki does not take big files and certain types of files kindly. Thus it is necessary to store some data files elsewhere, and we have set up a CVS data repository for this purpose.
Accessing the repository
- Get account on math.ucdenver.edu in group mandel and login by ssh at least once (you should change your password anyway).
- Install cvs on your machine
- In bash, type setenv CVSROOT=username@math.ucdenver.edu:/home/faculty/jmandel/cvsroot
- Type: cvs checkout openwfm_data
- Type: cd openwfm_data
You can then use all CVS commands to edit or replace files.
The web image of the repository
The repository is exported to the web hourly. Wikicode like this
- {{data|test|test link to CVS data repository}}
will make a link to the data repository.