Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Setting up Vagrant

  • Install Vagrant
  • Install VirtualBox
  • vagrant init szabgab/pde
  • Edit Vagrantfile adding the following lines:
  • config.vm.network “forwarded_port”, guest: 5000, host:5000
  • config.vm.network “forwarded_port”, guest: 3000, host:3000
  • vagrant up (first time this will download 800Mb file)
  • article
  • vagrant ssh
  • /vagrant is mapped to your directory on the host
  • sudo apt-get install tree