evennia/docs/versions/1.0-dev/Administrative-Docs.html
2020-06-13 00:15:39 +02:00

162 lines
No EOL
8.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Administrative Docs &#8212; Evennia 1.0-dev documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/language_data.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
</head><body>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="administrative-docs">
<h1>Administrative Docs<a class="headerlink" href="#administrative-docs" title="Permalink to this headline"></a></h1>
<p>The following pages are aimed at game administrators the higher-ups that possess shell access and are responsible for managing the game.</p>
<div class="section" id="installation-and-early-life">
<h2>Installation and Early Life<a class="headerlink" href="#installation-and-early-life" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p><a class="reference internal" href="Choosing-An-SQL-Server.html"><span class="doc">Choosing (and installing) an SQL Server</span></a></p></li>
<li><p><a class="reference internal" href="Getting-Started.html"><span class="doc">Getting Started - Installing Evennia</span></a></p></li>
<li><p><a class="reference internal" href="Running-Evennia-in-Docker.html"><span class="doc">Running Evennia in Docker Containers</span></a></p></li>
<li><p><a class="reference internal" href="Start-Stop-Reload.html"><span class="doc">Starting, stopping, reloading and resetting Evennia</span></a></p></li>
<li><p><a class="reference internal" href="Updating-Your-Game.html"><span class="doc">Keeping your game up to date</span></a></p></li>
<li><p><a class="reference external" href="/Updating-Your-Game.html#resetting-your-database">Resetting your database</a></p></li>
<li><p><a class="reference internal" href="Online-Setup.html"><span class="doc">Making your game available online</span></a></p>
<ul>
<li><p><a class="reference external" href="/Online-Setup.html#hosting-options">Hosting options</a></p></li>
<li><p><a class="reference external" href="/Online-Setup.html#ssl">Securing your server with SSL/Lets Encrypt</a></p></li>
</ul>
</li>
<li><p><a class="reference internal" href="Evennia-Game-Index.html"><span class="doc">Listing your game</span></a> at the online <a class="reference external" href="http://games.evennia.com">Evennia game index</a></p></li>
</ul>
</div>
<div class="section" id="customizing-the-server">
<h2>Customizing the server<a class="headerlink" href="#customizing-the-server" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p><a class="reference external" href="/Server-Conf.html#Settings-file">Changing the Settings</a></p>
<ul>
<li><p><a class="reference external" href="https://github.com/evennia/evennia/blob/master/evennia/settings_default.py">Available Master Settings</a></p></li>
</ul>
</li>
<li><p><a class="reference internal" href="Internationalization.html"><span class="doc">Change Evennias language</span></a> (internationalization)</p></li>
<li><p><a class="reference internal" href="Apache-Config.html"><span class="doc">Apache webserver configuration</span></a> (optional)</p></li>
<li><p><a class="reference internal" href="Text-Encodings.html"><span class="doc">Changing text encodings used by the server</span></a></p></li>
<li><p><a class="reference internal" href="Connection-Screen.html"><span class="doc">The Connection Screen</span></a></p></li>
<li><p><a class="reference internal" href="Guest-Logins.html"><span class="doc">Guest Logins</span></a></p></li>
<li><p><a class="reference internal" href="IRC.html"><span class="doc">How to connect Evennia to IRC channels</span></a></p></li>
<li><p><a class="reference internal" href="RSS.html"><span class="doc">How to connect Evennia to RSS feeds</span></a></p></li>
<li><p><a class="reference internal" href="Grapevine.html"><span class="doc">How to connect Evennia to Grapevine</span></a></p></li>
<li><p><a class="reference internal" href="How-to-connect-Evennia-to-Twitter.html"><span class="doc">How to connect Evennia to Twitter</span></a></p></li>
</ul>
</div>
<div class="section" id="administrating-the-running-game">
<h2>Administrating the running game<a class="headerlink" href="#administrating-the-running-game" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p><a class="reference internal" href="Client-Support-Grid.html"><span class="doc">Supported clients</span></a> (grid of known client issues)</p></li>
<li><p><a class="reference internal" href="Building-Permissions.html"><span class="doc">Changing Permissions</span></a> of users</p></li>
<li><p><a class="reference internal" href="Banning.html"><span class="doc">Banning</span></a> and deleting users</p>
<ul>
<li><p><a class="reference external" href="/Banning.html#summary-of-abuse-handling-tools">Summary of abuse-handling tools</a> in the default cmdset</p></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="working-with-evennia">
<h2>Working with Evennia<a class="headerlink" href="#working-with-evennia" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p><a class="reference internal" href="Version-Control.html"><span class="doc">Setting up your work environment with version control</span></a></p></li>
<li><p><a class="reference internal" href="First-Steps-Coding.html"><span class="doc">First steps coding with Evennia</span></a></p></li>
<li><p><a class="reference internal" href="Continuous-Integration.html"><span class="doc">Setting up a continuous integration build environment</span></a></p></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
<p><h3><a href="index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Administrative Docs</a><ul>
<li><a class="reference internal" href="#installation-and-early-life">Installation and Early Life</a></li>
<li><a class="reference internal" href="#customizing-the-server">Customizing the server</a></li>
<li><a class="reference internal" href="#administrating-the-running-game">Administrating the running game</a></li>
<li><a class="reference internal" href="#working-with-evennia">Working with Evennia</a></li>
</ul>
</li>
</ul>
<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
</ul></li>
</ul>
</div>
<div role="note" aria-label="source link">
<!--h3>This Page</h3-->
<ul class="this-page-menu">
<li><a href="_sources/Administrative-Docs.md.txt"
rel="nofollow">Show Page Source</a></li>
</ul>
</div>
<h3>Versions</h3>
<ul>
<li><a href="Administrative-Docs.html">1.0-dev (develop branch)</a></li>
<li><a href="../../versions/0.9.1/index.html">0.9.1 (master branch)</a></li>
</ul>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2020, The Evennia developer community.
|
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.4.4</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
|
<a href="_sources/Administrative-Docs.md.txt"
rel="nofollow">Page source</a>
</div>
</body>
</html>