Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 710 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 710 Bytes

Pulpo Loco

Pulpo Loco

A self hosted URL shortener

Deploying on Heroku

Deploy to Heroku

Deploying on your own environment

You will need MySQL/PostgreSQL and Apache/Nginx installed.

  1. Edit your src/config.db.ini file with your user, host, and database.
  2. Open either install/mysql.sql or install/pgsql.sql and load it into your database.
  3. If using Apache, the web/.htaccess file should handle what you need.
  4. If using Nginx, you should use the src/nginx.conf file.

See Tipsy Documentation for more information.