Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 810 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 810 Bytes

ICBigBand

A simple PHP link shortener for IC Big Band.

Vagrant

  • Download Vagrant
  • Install
  • Clone repository
  • cd into directory
  • Run vagrant up in the directory
  • (Optional) Install vagrant hostmanager with vagrant plugin install vagrant-hostmanager
  • Access the site at 192.168.33.10 ( or if hostmanager is installed at http://bigband )

Usage

index.php is the link shortener itself.

Add a new entry to the database of shortened links by navigating to /admin/.

Note, a row with the slug of default is required as a url to return when a slug doesn't match

Credit

  • Scotchbox - The base of the vagrant environment