/forestry-game

Primary LanguagePythonMIT LicenseMIT

forestry-game

Backend

Django setup

  1. It's recommended that django is run in virtualenv, however it doesn't affect functionality at all (https://docs.djangoproject.com/en/1.11/topics/install/#installing-official-release)
  2. Make sure you have about python 3.5.2 (probably any python 3 works anyways)
  3. pip install -r requirements.txt in your virtual env
  4. python manage.py makemigrations (prepares database model changes) 3b. python manage.py makemigrations forestry_game
  5. python manage.py migrate (executes database changes)
  6. Create maps and users for testing python manage.py init_data
  7. python manage.py collectstatic (probably not necessary untill deployment)
  8. python manage.py runserver 8080
  9. Goto localhost:8080 (and hope it works)

Questions and undecided stuff

  1. What database (DBMS)?
  2. Bootstrap?

Frontend

https://github.com/gaviarctica/forestry-game-frontend

Current version 1.0