Skip to content

spacedevin/pulpoloco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.