Skip to content

menvil/quizapplication

Repository files navigation

QuizApplication

Requirements

You must install VirtualBox 5.2 https://www.virtualbox.org/wiki/Downloads

Install Vagrant (2.0.3) https://www.vagrantup.com/downloads.html

=======

  1. vagrant box add laravel/homestead

During dialog select option 3 (virtualbox)

  1. sudo nano /etc/hosts

add hosts there

192.168.10.10 homestead.test

  1. git clone https://github.com/laravel/homestead.git ~/Homestead
  2. cd ~/Homestead
  3. git checkout v7.3.0
  4. bash init.sh
  5. vagrant up
  6. vagrant ssh
  7. mkdir /home/vagrant/code
  8. cd /home/vagrant/code
  9. Clone the repo: git clone git@github.com:menvil/quizapplication.git .
  10. Install Laravel: composer install --prefer-dist
  11. Rename file .env.example to .env and dit file .env for proper database values

you can make mv .env.example .env

  1. Migrate your database: php artisan migrate

  2. Make php artisan key:generate

  3. npm install

  4. node socket.js

  5. View application in the browser via link http://homestead.test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published