- 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 up
to start the machine
- Run
vagrant ssh
to log into the machine
- Run
vagrant ssh
to log into the machine
- Change to the directory /vagrant
- Run
./vagrant/setup.sh
to setup the dependencies
php artisan kileo:create-teacher "Alex Lanz" "alex" "password"
php artisan kileo:create-pupil "Marius Mössmer" "marius" "password"