Clone the project
run vagrant up
if anything goes wrong, try vagrant provision
to continue
Add the following lines to your /etc/hosts
file:
# Wecamp
192.168.138.10 kotta.loc
Create the environment file by copying app/config/environment.dist.php
to app/config/environment.php
Run composer and boom.
To set up the database for searching you need to go into your vagrant box (vagrant ssh), navigate to /vagrant/ and run: php artisan migrate php artisan db:seed
We use tmont/midiparser to parse uploaded midi files