Skip to content

Codebase of "gamified survey web applications" facilitating various objectives of academic research in supply chain management at the University of Tennessee, Knoxville.

License

Notifications You must be signed in to change notification settings

miller-moore/utk-newsvendor-games

Repository files navigation

utk-newsvendor-games

Codebase of "gamified survey web applications" facilitating various objectives of academic research in supply chain management at the University of Tennessee, Knoxville.

Setup workspace and virtual environment (if not already done):

git clone https://github.com/miller-moore/utk-newsvendor-games
cd utk-newsvendor-games
bash scripts/setup

To run otree (if steps above have been completed):

# go to the git repository (i.e., the workspace)
cd utk-newsvendor-games
# update local 'master' branch with 'origin/master'
git checkout master # just in case - should already be on 'master' branch
git pull # synchronize local branch
# ensure latest setup
bash scripts/setup
# activate the virtual environment
source venv/bin/activate
# go to the games directory
cd games/
# run otree ...
# if running `otree devserver`, you should be able to open http://localhost:8000/ in a web browser

Useful links:

About

Codebase of "gamified survey web applications" facilitating various objectives of academic research in supply chain management at the University of Tennessee, Knoxville.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published