A self hosted URL shortener
You will need MySQL/PostgreSQL and Apache/Nginx installed.
- Edit your src/config.db.ini file with your user, host, and database.
- Open either install/mysql.sql or install/pgsql.sql and load it into your database.
- If using Apache, the web/.htaccess file should handle what you need.
- If using Nginx, you should use the src/nginx.conf file.
See Tipsy Documentation for more information.