YOURLS —
YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. You'll have full control over your data, detailed stats, analytics, plugins, and more. It's free.
This fork of YOURLS simply changes defaults for YOURLS so that it can easily be hosted on red hat's openshift platform, and the addition of some extra plugins (these need to be enabled after starting YOURLS). The database and so farth are all automated; the only manual action needed is to set your username and password as environment variables with rhc, and the google analytics tracking code as well, if you want.
- Run
rhc env set YOURLS_USERNAME
to set your login username - Run
rhc env set YOURLS_PASSWORD
to set your login password - Run
rhc env set POWER_GA_MP_GAID
to set your ga tracking code.
The text below is unedited from the original YOURLS readme.
To get started, check yourls.org!
Learn more tweaks in the Wiki documentation.
- Read and subscribe to the The Official YOURLS Blog
- Follow @yourls
- Subscribe to the YOURLS User Newsletter (infrequent, low volume)
- Follow @yourls_dev
- Check commit messages
- Check the Road map
Before opening any issue, please search for existing issues and read the Issue Guidelines.
Have a new bug to report? Please open a new issue.
For transparency, YOURLS will be maintained under the Semantic Versioning principles as much as possible. Releases are numbered with the following format: <major>.<minor>.<patch>
and the following guidelines:
- Breaking backward compatibility bumps the major (and resets the minor and patch)
- New additions without breaking backward compatibility bumps the minor (and resets the patch)
- Bug fixes and misc changes bumps the patch
Free software. Do whatever the hell you want with it. YOURLS is released under the MIT license