Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 773 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 773 Bytes

UrlShortener is based on the Flight PHP micro-framework, SQLite 3 and Twitter Bootstrap.

Installation

  1. Make sure your server meets the requirements: a) Apache b) Enabled mod_rewrite b) PHP 5.3+ c) SQLite 3
  2. Download a .zip file of the UrlShortener
  3. Upload the contents of the .zip file to your web server
  4. Check the directory and file permissions of app/resource/sqlite/urlshortener.sqlite

Configuration

To configure your installation of UrlShortener, edit the values in app/config/config.ini.

url

Set the URL of your installation, e.g.:

name

Set the name in the title, navbar and on the frontpage.

list_default_limit

Set the number of elements in the list.

Contributors