Revision 9858
Added by Jing Tao over 8 years ago
docs/user/metacat/source/install.rst | ||
---|---|---|
83 | 83 |
Downloading the Metacat Installer is the simplest way to get started with the |
84 | 84 |
application. To download the installer: |
85 | 85 |
|
86 |
1. Browse to the `Metacat Download Page`_. In the Metacat section, select the link to the "GZIP file" (the link should look like: metacat-bin-X.X.X.tar.gz, where X.X.X is the latest version of Metacat e.g., 2.8.0)
|
|
86 |
1. Browse to the `Metacat Download Page`_. In the Metacat section, select the link to the "GZIP file" (the link should look like: metacat-bin-X.X.X.tar.gz, where X.X.X is the latest version of Metacat e.g., |release|)
|
|
87 | 87 |
2. Save the file locally. |
88 | 88 |
3. Extract the Metacat package files by typing: |
89 | 89 |
|
... | ... | |
119 | 119 |
............................ |
120 | 120 |
To get the Metacat source distribution: |
121 | 121 |
|
122 |
1. Browse to the `Metacat Download Page`_. In the Metacat section, select the link to the Metacat Source code (it will look something like this: metacat-src-X.X.X.tar.gz, where X.X.X is the latest version of Metacat, e.g., 2.6.0).
|
|
122 |
1. Browse to the `Metacat Download Page`_. In the Metacat section, select the link to the Metacat Source code (it will look something like this: metacat-src-X.X.X.tar.gz, where X.X.X is the latest version of Metacat, e.g., |release|).
|
|
123 | 123 |
2. Save the file locally. |
124 | 124 |
3. Extract the Metacat package files by typing (replace X.X.X with the current version number): |
125 | 125 |
|
Also available in: Unified diff
Use the variable release to replace the hard-coded version. The release variable can be modified on the conf.py file.