The best place to roleplay on the Internet! At least, that's the goal :-)
The mission of Azure Tavern is to offer an enhanced roleplaying experience by providing tools for players and GMs to socialize, play games, and manage game metadata such as characters, settings and locations, and character sheet information.
See requirements.txt.
Here are the instructions for setting up Azure Tavern for local development:
- Clone the repository and make sure you have the latest code.
- Navigate into
{YourLocalProjectDirectory}/src/AzureTavernand runpip install -r requirements.txt. - Navigate into
{YourLocalProjectDirectory}/src/AzureTavern/AzureTavernand copy local_settings.py.template to local_settings.py in the same directory. - Make changes to local_settings.py to match your desired database settings.
- Run
python src/AzureTavern/manage.py migrateto create tables etc. for the installed Django apps (whether or not they use migrations). - Sanity check: Run
python src/AzureTavern/manage.py runserverfrom the project root and make sure the server starts up. If it does, you're good to go; if not, reach out to the other developers for help.
The maintainer and lead developer for this project is Kevin Partington, aka Platinum Azure. He can be reached via e-mail: kevin AT kernelpanicstudios DOT com.