mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27:17 +02:00
Start to fix references
This commit is contained in:
parent
ef1531c405
commit
7f79c61bb9
31 changed files with 74 additions and 470 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue