-
Notifications
You must be signed in to change notification settings - Fork 0
/
UPDATE
69 lines (53 loc) · 2.7 KB
/
UPDATE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---------------------------------------------------------------------------
Update for uDoctorAppointment
---------------------------------------------------------------------------
Software requirements:
- PHP 5.4 or later version
- PDO extension enabled
An update of uDoctorAppointment is a very straight forward process:
Step 1. Backup
----------------------------------------------
Make a full backup of your previously installed site and database before you
start updating procedure.
Step 2. Saving database connection parameters.
----------------------------------------------
Write down all data from protected/config/db.php file and then delete from
previous installation following files:
- protected/config/db.php
- protected/config/main.php
Copy all translation files from the following directory:
- protected/messages/
Step 3. Decompressing Downloaded Archive.
-------------------------------------
Decompress the uDoctorAppointment script archive. The archive will create
a directory called "EXT_PHPUDA_xxx", where xxx represents a number of current version
(for ex.: _201 means version number 2.0.1).
Step 4. Uploading Files.
-------------------------------------
Upload all files from the new archive into the directory of your current site
(this operation will replace your old files). .
Step 5. Running Setup Wizard.
-------------------------------------
Now you can run setup wizard. To do this, open your Internet browser and type
in Address Bar following:
http://{www.example.com}/
or
http://{www.example.com}/{doctor-appointment-directory}/
You have to see the setup wizard starting page. Follow the instructions on the
screen. While updating process select Update option, then enter the database connection
parameters and database prefix that were written in protected/config/db.php (see step 2),
also enter admin username and password, that were used in your previous installation.
REMEMBER!
---------
You must select Installation Type: UPDATE
Step 6. Updating complete.
-------------------------------------
After successful updating you will get an appropriate message on the screen.
Step 7. Placing Back Configuration Data.
-------------------------------------
To make sure your previous accounts are working as extected, open protected/config/main.php file
and change there some important configuration data from previous installation (see p.2):
all 'installationKey' and 'password' parameters. Also if your previous installation used multiple
languages, you have to replace all needed translation files with the saved from previous
installation (see p.2).
Congratulations, you now have uDoctorAppointment updated!