jeffreykirchner / trade_gifts

A virtual world in which subjects are able to control avatars that inhabit different regions. Bart Wilson and Cindy Rivas.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trade_gifts

Template for multi user Django Channels experiment.

Setup Guide: https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-18-04

local_settings.py: Copy local_settings_sample.py to local_settings.py local_settings.py is used for local development and will be excluded from the repo. Update the database section of this file with the info from your locally run instance of Postgresdb.

Update Python installers: sudo add-apt-repository ppa:deadsnakes/ppa sudo apt update sudo apt install python3.11 sudo apt-get install python3.11-distutils

Activate virtual environment and install requirments: virtualenv --python=python3.11 _trade_gifts_env source _trade_gifts_env/bin/activate pip install -U -r requirements.txt

Setup Environment: sh setup.sh

Run Environment: python manage.py runserver

About

A virtual world in which subjects are able to control avatars that inhabit different regions. Bart Wilson and Cindy Rivas.

License:GNU General Public License v3.0


Languages

Language:Python 52.5%Language:JavaScript 30.0%Language:HTML 17.4%Language:Shell 0.1%