Revision 4366
Added by daigle about 16 years ago
docs/user/registry_installation.html | ||
---|---|---|
119 | 119 |
sudo apt-get install ant libappconfig-perl libxml-libxml-perl libxml-libxslt-perl libtemplate-perl \ |
120 | 120 |
libcgi-session-perl libdigest-sha1-perl libnet-ldap-perl libterm-readkey-perl libxml-dom-perl libsoap-lite-perl -y |
121 | 121 |
</code></pre> |
122 |
Now, skip ahead to step 7. Debian users can avoid using CPAN, as apt-get installs the software they need. |
|
122 |
You will need to install one package using cpan |
|
123 |
<pre><code> sudo cpan -i Config::Properties</code></pre> |
|
124 |
|
|
125 |
Now, skip ahead to step 7. Debian users can avoid using CPAN, as apt-get installs the software they need.<br><br> |
|
123 | 126 |
</p> |
124 | 127 |
</li> |
125 | 128 |
|
... | ... | |
199 | 202 |
</li> |
200 | 203 |
|
201 | 204 |
<li> |
202 |
<p>Metacat uses the 'temp-dir' property to set a temporary |
|
205 |
<p>Metacat uses the 'application.tempDir' property from |
|
206 |
metacat.properties to set a temporary |
|
203 | 207 |
space to store uploaded files. If you'd like your registry to |
204 | 208 |
allow file uploads, we'll need to make sure Apache can write |
205 | 209 |
to it. The apache user varies from machine to machine, but |
Also available in: Unified diff
Add cpan install description for Config::Properties package