Kileo Prerequisites Virtualbox Vagrant Setup Repository Clone the git repository Copy the file .env.example to .env Local machine Append the hosts configurations (vagrant/hosts) to the hosts file of your machine (/etc/hosts) Vagrant Run vagrant up to start the machine Run vagrant ssh to log into the machine Repository dependencies, database migrations and tests Run vagrant ssh to log into the machine Change to the directory /vagrant Run ./vagrant/setup.sh to setup the dependencies Console Creating teachers and pupils php artisan kileo:create-teacher "Alex Lanz" "alex" "password" php artisan kileo:create-pupil "Marius Mössmer" "marius" "password"