Skip to content

Commit f4aba83

Browse files
committed
git ignore addition; disable mart for admin; docs changes
1 parent 6e0b1bd commit f4aba83

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*/htdocs/info/docs/Doxygen/*/*
2+
/*/htdocs/opensearch
3+
tools/utils/beekeeper.config
4+
tools/utils/beekeeper.cronlog
5+
tools/utils/beekeeper.log
16
blib/
27
.build/
38
_build/

admin/conf/SiteDefs.pm

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ sub update_conf {
5454
Account => 'Modal',
5555
};
5656

57+
$SiteDefs::ENSEMBL_MART_ENABLED = 0;
5758
$SiteDefs::ENSEMBL_MEMCACHED = {};
5859

5960
## Databases used in Rose::Db::Object derived objects

docs/htdocs/info/docs/tools/vep/script/vep_other.html

-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ <h3 id="refseq_limitations">Identifiers and other data</h3>
325325
<li>CCDS identifiers</li>
326326
<li>Protein domains</li>
327327
<li>Gene-phenotype association data</li>
328-
<li>LRG genes</li>
329328
</ul>
330329
</li>
331330
</ul>

docs/htdocs/info/docs/webcode/mirror/configure.html

+3
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ <h4>General configuration</h4>
108108
<h4>Configuration of the Apache web server</h4>
109109
<p>Change $SiteDefs::ENSEMBL_SERVERNAME to the web name of the server - e.g. "www.yoursite.org". This value is
110110
dynamically set to the server hostname by default.</p>
111+
<p>Change $SiteDefs::ENSEMBL_USER and $SiteDefs::ENSEMBL_GROUP to the system user and group you want the Apache
112+
web server to run as. Usually, for security, this is a special user (such as "nobody") who has very few
113+
permissions.</p>
111114

112115
<h4>Configuration of hubCheck (optional)</h4>
113116

0 commit comments

Comments
 (0)