Skip to content

pwaldhauer/podcastprofile

 
 

Repository files navigation

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
  3. Don't have an SSH key? ssh-keygen -t rsa -C "you@homestead"
  4. Edit ~/.homestead/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

About

A place to show what podcasts you listen to

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.0%
  • JavaScript 3.5%
  • ApacheConf 0.5%