Skip to content

tipsyphp/tipsy-example-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tipsy Blog Example

A sample blog using Tipsy view templating and MySQL.

Deploying on Heroku

The Procfile contains what you need to switch between Apache or Nginx. Nginx is set by default.

Deploy to Heroku

Deploying on your own environment

You will need MySQL and Apache/Nginx installed.

  1. Edit your config/db.ini file with your user, host, and database.
  2. Open install/db.sql and load that data into your database.
  3. Copy this directory somewhere so web is readable by apache/nginx.
  4. If using Apache, the web/.htaccess file should handle what you need.
  5. If using Nginx, you should use the config/nginx.conf file.
  6. Open the web directory in your browser.

See Tipsy Documentation for more information.