Revision 9138
Added by ben leinfelder almost 10 years ago
docs/user/metacat/source/submitting.rst | ||
---|---|---|
146 | 146 |
|
147 | 147 |
sudo chmod +x <tomcat-home>/webapps/metacat/cgi-bin/*.cgi |
148 | 148 |
|
149 |
4. Restart Apache.
|
|
149 |
4. Ensure apache CGI module is enabled
|
|
150 | 150 |
|
151 |
:: |
|
152 |
|
|
153 |
sudo a2enmod cgid |
|
154 |
|
|
155 |
5. Restart Apache. |
|
156 |
|
|
151 | 157 |
:: |
152 | 158 |
|
153 | 159 |
sudo /etc/init.d/apache2 restart |
154 | 160 |
|
155 |
5. Visit the resulting URL:
|
|
161 |
6. Visit the resulting URL:
|
|
156 | 162 |
http://<your_context_url>/cgi-bin/register-dataset.cgi?cfg=default |
157 | 163 |
Where ``<your_context_url>`` is the URL of the server hosting the Metacat |
158 | 164 |
followed by the name of the WAR file (i.e., the application context) that |
Also available in: Unified diff
add step about enabling CGI module.
https://projects.ecoinformatics.org/ecoinfo/issues/6678