-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathinstall.english.txt
35 lines (25 loc) · 1.27 KB
/
install.english.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
Installation
1. Unpack archive in root folder of you modx installation
2. If this is your fresh installation: create a new folder 'gallery', the default path is assets/images/gallery.
You can change this from the default.config.easy2gallery.php (fresh installation) from this value:
'dir' => 'assets/images/gallery/',
If this is an upgrade, this module will use the existing config.easy2gallery.php values.
3. Create new module, name it anything (Eg: Easy 2 Gallery), type:
###########
$o = include_once(MODX_BASE_PATH.'assets/modules/easy2/index.php');
return $o;
###########
, click save.
4. Refresh modx manager, then open the module tab.
5. Install following instructions.
6. If install is successful, remove install folder, manually or by clicking delete button. module won't work if this folder exists.
Upgrade
1. Unpack archive in root folder of you modx installation
2. If there is one (upgrade from below of E2G 1.4.0-rc4), COPY your existing
config.easy2gallery.php
file to
assets/modules/easy2/includes/configs/
folder.
2. Open the module tab, upgrade following instructions
3. If upgrade is successful, remove install folder, manually or by clicking delete button. module won't work if this folder exists.
4. CLEAR MODX CACHE