Skip to content

pawelgrzegorczyk/jobtip_test

Repository files navigation

The description below assumes that you already have Virtualhost and Vagrant installed. https://laravel.com/docs/5.5/homestead#first-steps (the first step)

  1. Edit your /etc/hosts and add a host: 192.168.10.11 jobtip.local
  2. Install Vagrant BOX for homestead

    vagrant box add laravel/homestead

  3. Copy Homestead.yaml.example to Homestead.yaml and edit it. Change map folders and sites. I have all projects in 'work' directory, but you can map only jobtip.
  4. Configure your environment: copy .env.example to .env and edit it
  5. Start vagrant with 'vagrant up'
  6. SSH to the virtual machine: 'vagrant ssh'
  7. install all needed components: 'composer install'
  8. create CACHE directories: storage/framework/cache, storage/framework/session, storage/framework/views
  9. php artisan key:generate
  10. create tables in database with: php artisan migrate
  11. fill the database with seeders: php artisan db:seed
  12. Your project is ready http://jobtip.local (check it in your browser)

About

Test task for the backend developer position.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published