@@ -14,13 +14,25 @@ This code should work with earlier versions of PHP but is not supported.
14
14
* ImageMagick 6.x or better with the ImageMagick PHP library (imagick) installed
15
15
* Basic ability to use an xxMP stack (e.g. LAMP, WAMP, etc.)
16
16
17
- ## Basic Directions
18
- 1 . Download the Git repository for the latest stable release.
19
- 2 . Edit qslconf.php and change the configuration parameters as necessary.
20
- 3 . Copy all of the files to your webserver directory
17
+ ## Installation
18
+ 1 . Download the [ latest stable release] ( https://github.com/octo-org/octo-repo/releases/latest ) .
19
+ 2 . Edit ` qslconf.php ` and change the configuration parameters as necessary.
20
+ 3 . Copy or upload all of the files to your webserver directory or hosting account.
21
21
4 . Ensure the ` cards ` subdirectory is writable by the webserver. If this is
22
22
being installed in a hosting provider than this is likely the default.
23
- 5 . Load the qsl.sql into your MySQL server
23
+ 5 . Load the ` qsl.sql ` into your MySQL server
24
+
25
+ ## Upgrading
26
+ 1 . Backup your existing data and database
27
+ 2 . Download the [ latest stable release] ( https://github.com/octo-org/octo-repo/releases/latest ) .
28
+ 3 . Edit the new ` qslconf.php ` and merge the configuration from the old installation into the new file.
29
+ 4 . Copy or upload all of the files to your webserver directory or hosting account overwriting
30
+ the old files. It's also fine to delete and reupload as all permanent data is stored in the database.
31
+ 5 . Ensure the ` cards ` subdirectory is writable by the webserver. If this is
32
+ being installed in a hosting provider than this is likely the default.
33
+ 65 . Load the ` qsl.sql ` into your MySQL server. It will NOT delete existing data although
34
+ errors about existing tables will appears. Errors about the existing tables is okay.
35
+ The ` qsl.sql ` file will also adjust the database tables to support newer updates.
24
36
25
37
## Basic Coniderations
26
38
The application is designed to have simple, user-friendly URLs. For example,
0 commit comments