This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
install.txt
67 lines (46 loc) · 2.14 KB
/
install.txt
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
Directus 5.0.b
///////////////////////////////////////////
Thank you for downloading Directus. If you have any questions please check out our support docs:
http://getdirectus.com/support/
Installation (Time required: under 5 minutes)
///////////////////////////////////////////
1. Upload this entire folder to your server
2. Create an empty MySQL database and a user with
2. Open the folder in your browser and you will be redirected to install.php. This page will ask you a few database questions and save a config.php file for you.
3. The installer will then help you create your first admin's account
4. You'll then be taken to the Directus login page (log in with the info you provided in step 3)
Permissions
///////////////////////////////////////////
The installation process attempts to update your folder/file permissions, some servers don't allow this so please ensure the following permissions:
inc/config.php" - 0755
inc/backups/" - 0755
media/cms_thumbs/" - 0755
media/temp/" - 0755
media/users/" - 0755
Folders created one directory below Directus for default media storage:
../media/files/'
../media/files/" - 0755
Updating
///////////////////////////////////////////
http://getdirectus.com/changelog/
To successfully update your version of Directus please first check the changelog, noting all updates from your version to the current version. If there are any database changes required they will be noted on that page. Other than that, you can simply upload the new files to your server… being sure not to overwrite the following:
inc/backups/
inc/config.php
media/cms_thumbs/
media/thumbnails/
media/users/
plugins/
Requirements
///////////////////////////////////////////
PHP 5.2
MySQL 4.0
PDO with MySQL Extension - For security
Register Globals Off - For security
Safe Mode Off - For security
GD Library - Used to alter media (such as auto-thumbnail creation)
File Uploads Enabled - For adding media from your computer
cURL Enabled - For adding media from other sites (such as YouTube or Vimeo)
License
///////////////////////////////////////////
Directus is free software and is released under the terms of the GPL v3:
http://getdirectus.com/license/