Skip to main content
Long Tran
💬
0 discussions

Install source code with install.sh

I. Điều kiện tiên quyết

II. Đối tượng đọc

  • Customer Success Engineer

III. Cài đặt

  1. Clone project gcallsce

     git clone https://gitlab.com/gcalls-opensource/gcallsce.git
  2. Chuyển vào thư mục gcallsce

     cd gcallsce
  3. Sử dụng git-submodule để clone các project con

     git submodule update --init --recursive
  4. Clone gcallsenv ve thu muc gcallsce

     git clone https://gitlab.com/gcalls-opensource/secrets/gcallsenv.git
  5. Chuyển vào thư mục chứa file install.sh

     cd ./gcallsbash/gcalls-community-edition/nonDocker
  6. Chạy file install.sh

    • Nếu đây là lần đầu chạy source thì
    sh gcallsCE-install.sh
    • Nếu đã chạy source trước đó rồi thì
    sh gcallsCE-start.sh

IV. Source tree

gcallsce
├── gcalls-back
├── gcallsbash
├── gcalls-db
├── gcallsenv
├── gcalls-front
├── gcalls-middle
├── gcallsops
└── gcalls-stack