opencart_1_install

install opencart

  1. download file
  1. upload server

    1
    2
    3
    4
    5
    6
    mkdir opcart
    rz opencart-3.0.3.7.zip
    unzip opencart-3.0.3.7.zip
    cd upload
    mv dist-config.php config.php
    mv admin/dist-config.php admin/dist-config.php
  2. config nginx set & set ssl op.czzor.com

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Move

/www/wwwroot/czzor/opencart/upload/system/storage/

to

/www/wwwroot/czzor/opencart/storage/

Edit config.php change

define('DIR_STORAGE', DIR_SYSTEM . 'storage/');

to

define('DIR_STORAGE', '/www/wwwroot/czzor/opencart/storage/');

Edit admin/config.php and change

define('DIR_STORAGE', DIR_SYSTEM . 'storage/');

to

define('DIR_STORAGE', '/www/wwwroot/czzor/opencart/storage/');

visit: