Raise Back Office Setup

Setup BO

Git Repository: http://47.89.53.43/phase2/back_office

Steps (Setup BO)

  1. Clone project

    git clone http://47.89.53.43/phase2/back_office
    
  2. Setup i18n folder

    1. Download i18n folder (Choose One)

    2. Place the i18n to <project_folder>/src folder

    3. Example

      _images/i18n_path.jpg
  3. Configure env & config

    • in prelive branch

      • renaming .env.example to .env

      • <project_folder>/inc folder renaming .config.e.php to .config.php

    Tip

    To show hidden file in finder Mac

    Press command + shift + .

  4. Setup vHost

  5. DONE