2013-12-04 11:26:09 -08:00
|
|
|
shuri
|
|
|
|
|
=====
|
|
|
|
|
|
|
|
|
|
Simple url shortener script
|
2016-12-13 13:59:31 +01:00
|
|
|
|
|
|
|
|
Installation
|
|
|
|
|
------------
|
|
|
|
|
|
2017-02-07 14:13:08 +01:00
|
|
|
Just drop the `index.php` and composer files in any folder accessible
|
|
|
|
|
through your web server with php interpreter, give it a `composer
|
|
|
|
|
install`, `mkdir db` with write permission for your web server
|
2016-12-13 13:59:31 +01:00
|
|
|
user/group and direct your browser to the former script.
|
|
|
|
|
|
2018-03-20 22:37:59 +01:00
|
|
|
For testing and debugging purposes, you can just use:
|
2016-12-13 13:59:31 +01:00
|
|
|
|
|
|
|
|
$ php -S localhost:8000 index.php
|