mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 13:37:17 +02:00
7 lines
239 B
Batchfile
7 lines
239 B
Batchfile
|
|
@echo off
|
||
|
|
set DJANGO_SETTINGS_MODULE=settings
|
||
|
|
set PYTHONPATH=.
|
||
|
|
echo Starting Evennia...
|
||
|
|
|
||
|
|
rem We're only going to run in interactive mode until we've had more time to make sure things work as expected on Windows.
|
||
|
|
twistd -noy server.py
|