ianchadd / va

Code for gender + virtual assistants project
Other
1 stars 0 forks source link

rpi_3208

RPI 3208 Exp Economics oTree Server

Making edits to the repo

When making edits to the repo:

git checkout -b [branch_name]

otree devserver

git add .

git commit -m "short message with info on fix"

git push origin [branch_name]

Instructions to run locally

Install oTree

Follow the oTree guide if needed

Download App

Use the "Clone or download" button above

or use git:

git clone https://github.com/ianchadd/rpi_3208.git

Update App

If you have already cloned the repo and just want to update your local repo from the current master branch, use the following:

git pull origin master

Run App

Open command prompt at the download location rpi_3208

Run the following command:

otree devserver

Open App

open http://localhost:8000/ in any browser (does not require internet connection)