Revision 4615
Added by walbridge about 16 years ago
docs/user/registry_installation.html | ||
---|---|---|
144 | 144 |
You will need to install one package using cpan |
145 | 145 |
<blockquote><pre><span class="type">sudo cpan</span> -i Config::Properties</pre></blockquote> |
146 | 146 |
|
147 |
Debian users should skip ahead to step 7.
|
|
147 |
Debian users should skip ahead to step 6.
|
|
148 | 148 |
</p> |
149 | 149 |
</li> |
150 | 150 |
|
... | ... | |
194 | 194 |
</blockquote> |
195 | 195 |
</li> |
196 | 196 |
|
197 |
<li> |
|
198 |
<p>Double check that Metacat's temporary folder, <code><span class="string">application.tempDir</span></code>, is writable by the apache user, usually <code><span class="string">www-data</span></code> or <code><span class="string">apache</span></code>. |
|
197 | 199 |
<li> |
198 | 200 |
<p>Now visit the resulting URL:</p> |
199 | 201 |
<blockquote> |
Also available in: Unified diff
Make sure application.tempDir points to a location readable by apache, so we can write uploaded binary files to disk.