From f9ca69d36776cc0bd2e0f2b13856490b55e8b50b Mon Sep 17 00:00:00 2001 From: tannn Date: Sat, 4 Jan 2014 22:10:30 -0600 Subject: [PATCH] Adjusting update instructions --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a4dcbab..7301c3b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -This plugin is in beta. Please report all bugs on GitHub. - -# Configuration + Configuration ## Setting up plugin 1. Download [Supybot][] 2. Download TriviaTime and place it into the plugins folder @@ -12,13 +10,10 @@ This plugin is in beta. Please report all bugs on GitHub. 1. Download PHP and PHP-MySQL (for PDO) 2. Configure config.php to point to your TriviaTime database in the plugin/TriviaTime/Storage/db folder -## How to update (beta only) -1. Unload TriviaTime -2. Install the new files -3. Drop all the tables (uncomment all the drops in plugin.py) -4. Load TriviaTime +## How to update +Simply replace all files in the plugins/TriviaTime directory. Do not delete any files in TriviaTime/storage (aside from samplequestions, if you wish). If there were any changes to the database or config, they should be updated automatically. Otherwise, further instructions for updating that version will appear here. -## Important - Setting up permissions for sqlite +## Important - Setting up permissions for sqlite (website) If you do not plan on using the webpage you can ignore this. In order to use the website to delete/accept edits, reports, new questions, and deletes, you will need to set the proper permissions for the sqlite db, called 'trivia.db' by default. The default location for the database is inside of the supybot's directory, with the .conf file, inside of plugins/TriviaTime/storage/db.