Revision 8358
Added by ben leinfelder about 11 years ago
docs/user/metacat/source/submitting.rst | ||
---|---|---|
116 | 116 |
install URI |
117 | 117 |
install MSERGEANT/XML-LibXSLT-1.58.tar.gz |
118 | 118 |
install Captcha:reCAPTCHA |
119 |
install DateTime |
|
120 |
|
|
119 | 121 |
|
120 | 122 |
2. Install the required system libraries using Ubuntu/Debian (instructions |
121 | 123 |
Red Hat in sidebar) |
... | ... | |
136 | 138 |
sudo cpan -i Config::Properties |
137 | 139 |
sudo cpan -i Scalar::Util |
138 | 140 |
sudo cpan -i Captcha:reCAPTCHA |
141 |
sudo cpan -i DateTime |
|
142 |
|
|
139 | 143 |
|
140 |
|
|
141 | 144 |
3. Double-check that Metacat's temporary folder, application.tempDir, is |
142 | 145 |
writable by the apache user, usually www-data or apache. |
143 | 146 |
|
Also available in: Unified diff
include perl DateTime module in registry install instructions. https://projects.ecoinformatics.org/ecoinfo/issues/6099