A sample blog using Tipsy view templating and MySQL.
The Procfile contains what you need to switch between Apache or Nginx. Nginx is set by default.
You will need MySQL and Apache/Nginx installed.
- Edit your config/db.ini file with your user, host, and database.
- Open install/db.sql and load that data into your database.
- Copy this directory somewhere so web is readable by apache/nginx.
- If using Apache, the web/.htaccess file should handle what you need.
- If using Nginx, you should use the config/nginx.conf file.
- Open the web directory in your browser.
See Tipsy Documentation for more information.