From 0ee07d55647ca176f5d1c8e479dc054fa03daaab Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 22 Mar 2021 17:53:45 -0700 Subject: fix: Add WorldServer overwrite instructions to "Development" page --- src/introduction/development.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') diff --git a/src/introduction/development.md b/src/introduction/development.md index 720b99c..b9f50b0 100644 --- a/src/introduction/development.md +++ b/src/introduction/development.md @@ -12,3 +12,12 @@ Once Rust is installed, run `cargo install sqlx-cli`. 1. Navigate to the cloned instance of Whirl. 2. Create database file; `sqlx database create`. 3. Migrate database; `sqlx migrate run`. + +## Overwriting WorldServer address +1. Navigate to your `/etc/hosts` file, on Windows this is usually located at + `C:\Windows\System32\drivers\etc\hosts`. +2. Add these rules; + ``` + 0.0.0.0 www.3dcd.com + 0.0.0.0 test.3dcd.com + ``` -- cgit v1.2.3