1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00
This commit is contained in:
Chaoyi Zha 2016-05-22 11:04:56 -04:00
parent a12f44f530
commit b3c9192312

View File

@ -26,10 +26,21 @@ Polr is written in PHP and Laravel, using MySQL as its primary database.
_Installation TL;DR: clone or download this repository, set document root to `public/`, MySQL create database, go to `yoursite.com/setup`_
#### Demo
Polr operates a demo instance at [demo.polr.me](http://demo.polr.me). You can use the demo instance to develop your API implementation, try out the admin panel, or simply experience the app without needing to install it on your own servers. The demo instance may be periodically reset, so please do not use the demo as a production URL shortener.
__Admin username:__ demo-admin (password is same as username)
__Normal user username:__ demo-user (password is same as username)
####Versioning
Polr uses [Semantic Versioning](http://semver.org/)
####License