Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 842 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 842 Bytes

podcastprofile

Source of the website.

Set up

  1. Clone
  2. composer install

Front end shizzle

  1. cd public
  2. npm install
  3. bower install
  4. gulp or gulp watch

Vagrant with Homestead

  1. Clone git clone https://github.com/laravel/homestead.git Homestead
  2. bash init.sh (generates Homestead.yaml and other files)
  3. Don't have an SSH key? ssh-keygen -t rsa -C "you@homestead"
  4. Edit Homestead.yaml
folders:
    - map: /path/to/podcastprofile/
      to: /home/vagrant/podcastprofile

sites:
    - map: podcastprofile.dev
      to: /home/vagrant/podcastprofile/public
  1. Add to /etc/hosts: 192.168.10.10 podcastprofile.dev
  2. vagrant up
  3. Open http://podcastprofile.dev

Database

  1. Set up the database connection in the .env file
  2. php artisan migrate