- Virtualbox
- Vagrant
- Clone the git repository
- Copy the file .env.example to .env
- Append the hosts configurations (vagrant/hosts) to the hosts file of your machine (/etc/hosts)
- Run
vagrant upto start the machine
- Run
vagrant sshto log into the machine
- Run
vagrant sshto log into the machine
- Change to the directory /vagrant
- Run
./vagrant/setup.shto setup the dependencies
php artisan kileo:create-teacher "Alex Lanz" "alex" "password"
php artisan kileo:create-pupil "Marius Mössmer" "marius" "password"