Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 682 Bytes

README.rdoc

File metadata and controls

20 lines (13 loc) · 682 Bytes

Introduction

This site is to allow Twitter users to submit photos and vote for them.

Installation

  • Copy ./includes/config.php.dist to config.php

  • Update this file with your Twitter API keys (register an application at <developer.twitter.com>)

  • Set the ‘BASE_URL’ to the URL of the application

You will also need to make sure the ./cache and ./uploads folders are writable.

chmod -fR 777 cache/ uploads/

Libraries in Use