From 39e8fb2036945303836c461a61f133b0059c8991 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 22 May 2023 15:19:08 -0500 Subject: initial commit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..76ffd51 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Vox Populi - A Tumblr Web Client +A quick and easy web client for Tumblr written in PHP. + +## Installation +1. To create a Tumblr application and get your consumer key/secret pair, [create an app on the Tumblr site](https://www.tumblr.com/oauth/apps). +2. Set your environment variables in an `.htaccess` file. For example, +``` +# Environment Variables +SetEnv CONSUMER_KEY "" +SetEnv CONSUMER_SECRET "" +``` +3. Git clone this repository into the web directory where you want Voc Populi to be served. +4. Done! You (and your users) can now login. The site will automatically redirect you to the Tumblr login page if you are not already authenticated. + -- cgit v1.2.3-70-g09d2