Skip to content

Hopefully I know what I'm doing this time around.

Notifications You must be signed in to change notification settings

nhanb/pytaku2-archived

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev setup

  • Debian Jessie
  • Ansible 2.2
  • Vagrant 1.9
  • Virtualbox 5.1
  • Python 3.4
sudo apt-get install python3-venv libpq-dev
# or for arch users:
# sudo pacman -S postgresql-libs net-tools
python3 -m venv ~/.venvs/pytaku
~/.venvs/pytaku/bin/activate
pip install -r backend/requirements-dev.txt

# https://github.com/mitchellh/vagrant/issues/6769#issuecomment-252151694
# TL;DR: installs Guest Additions automatically so vboxfs shared folder syncing works
vagrant plugin install vagrant-vbguest
vagrant up --provision

vagrant ssh
./manage.py migrate
./manage.py runserver 0.0.0.0:8000

Helper scripts are in scripts/ dir. Meant to be run from dev host machine.

About

Hopefully I know what I'm doing this time around.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published