Skip to content

Commit a9a5942

Browse files
committed
Merge branch 'master' of github.com:jxmx/smooth-qsl
2 parents 28d0272 + 3b34012 commit a9a5942

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,25 @@ This code should work with earlier versions of PHP but is not supported.
1414
* ImageMagick 6.x or better with the ImageMagick PHP library (imagick) installed
1515
* Basic ability to use an xxMP stack (e.g. LAMP, WAMP, etc.)
1616

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.
2121
4. Ensure the `cards` subdirectory is writable by the webserver. If this is
2222
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.
2436

2537
## Basic Coniderations
2638
The application is designed to have simple, user-friendly URLs. For example,

0 commit comments

Comments
 (0)