-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
62 lines (44 loc) · 2.46 KB
/
Copy pathINSTALL
File metadata and controls
62 lines (44 loc) · 2.46 KB
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
---------------------------------------------------------------------------
Installation for ApPHP Directy CMF
---------------------------------------------------------------------------
Software requirements:
- PHP 5.4 or later version.
- PDO extension enabled
A new installation of ApPHP Directy CMF is a very straight forward process:
Step 1. Decompressing Downloaded Archive.
-------------------------------------
Decompress the ApPHP Directy CMF script archive. The archive will create
a directory called "PHPDCMF_xxx", where xxx represents a number of current version
(for ex.: _201 means version number 2.0.1).
Step 2. Uploading Files.
-------------------------------------
Upload this directory (all files and sub-directories it includes) to your
document root (public_html, www, httpdocs etc.) or to your "directy cmf website"
directory using FTP. Pay attention to DON'T use the capital letters in the name
of the directories (for Linux users).
public_html/
or
public_html/{directy-cmf-website directory}/
Step 3. Creating Database and User.
-------------------------------------
Using your hosting Control Panel, phpMyAdmin or another tool, create your database and user, and assign
that user to the database. Provide the user you created with required permissions to allow the user to
read, edit, execute and perform all tasks across the created database (SELECT, UPDATE, DELETE etc.).
Write down the name of the database, username, and password for the site installation procedure.
Step 4. Setting Up Access Permissions.
-------------------------------------
Check access permissions to following directories: images/ and protected/tmp/.
Make sure that these directories are "writable" (often this means 755 access mode).
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}/{directy-cmf-website directory}/
If the script still not installed you will see the setup wizard starting page.
Follow the instructions on the screen. You will be asked to enter: database host,
database name, username and password. Also you need to enter admin email, username
and password, that will be used to access the administration area of the site.
After successful installation you will see an appropriate message.
Congratulations, you now have ApPHP Directy CMF installed!