Skip to content

How this box was built

Martin Harrer edited this page Nov 22, 2018 · 2 revisions

How this box was built

  • vagrant up with fhooe-webdev-base
  • connect via vagrant ssh
  • In ssh-Terminal: sudo dpkg-reconfigure keyboard-configuration
  • In ssh-Terminal: Follow the instructions to switch keyboard layout to german
  • Install databases for Exercises of OnlineShop
  • In ssh-Terminal: mysql -uonlineshop -pgeheim < onlineshop.sql
  • In ssh-Terminal: startES.sh
  • In ssh-Terminal: ./ESCreateIndex.sh
  • In ssh-Terminal: history -c && history -w
  • exit
  • In Powershell: vagrant halt
  • In Powershell: vagrant package --output fhooe-webdev.box
  • Upload the box to vagrantcloud

Clone this wiki locally