Copy doc tools from develop
This commit is contained in:
parent
ca97c9bda0
commit
c52f505d00
127 changed files with 2927 additions and 1427 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Updating Your Game
|
||||
|
||||
|
||||
Fortunately, it's extremely easy to keep your Evennia server up-to-date. If you haven't already, see the [Getting Started guide](Getting-Started) and get everything running.
|
||||
Fortunately, it's extremely easy to keep your Evennia server up-to-date. If you haven't already, see the [Getting Started guide](./Getting-Started) and get everything running.
|
||||
|
||||
### Updating with the latest Evennia code changes
|
||||
|
||||
|
|
@ -47,11 +47,11 @@ When the database schema changes, you just go to your game folder and run
|
|||
|
||||
evennia migrate
|
||||
|
||||
> Hint: If the `evennia` command is not found, you most likely need to activate your [virtualenv](Glossary#virtualenv).
|
||||
> Hint: If the `evennia` command is not found, you most likely need to activate your [virtualenv](./Glossary#virtualenv).
|
||||
|
||||
## Resetting your database
|
||||
|
||||
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](Getting-Started#step-2-setting-up-your-game) of the [Getting Started guide](Getting-Started).
|
||||
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](./Getting-Started#step-2-setting-up-your-game) of the [Getting Started guide](./Getting-Started).
|
||||
|
||||
First stop a running server with
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue