Start to fix references

This commit is contained in:
Griatch 2020-07-08 22:20:37 +02:00
parent ef1531c405
commit 7f79c61bb9
31 changed files with 74 additions and 470 deletions

View file

@ -2,7 +2,7 @@
Fortunately, it's extremely easy to keep your Evennia server up-to-date. If you haven't already, see
the [Getting Started guide](../Setup/Getting-Started) and get everything running.
the [Getting Started guide](../Setup/Setup-Quickstart) and get everything running.
### Updating with the latest Evennia code changes
@ -78,10 +78,11 @@ When the database schema changes, you just go to your game folder and run
Should you ever want to start over completely from scratch, there is no need to re-download Evennia
or anything like that. You just need to clear your database. Once you are done, you just rebuild it
from scratch as described in [step 2](../Setup/Getting-Started#step-2-setting-up-your-game) of the [Getting
Started guide](Getting-Started).
from scratch by running
First stop a running server with
evennia migrate
The first step in wiping your database is to stop Evennia completely with
evennia stop