Skip to main content
Phong Nguyen
💬
0 discussions

Sử dụng git submodule

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

  • Đã có tài khoản gitlab.
  • Đã cài đặt git trên máy tính.

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

  • Customer Success Engineer

III. Giới thiệu

  • Bạn phải sử dụng git submodule để clone source code về từ GcallsCE

IV. Setup source code với submodule

1. Clone source gcallsCE

  • Chạy lệnh sau để clone sourcecode về máy tính
https://gitlab.com/gcalls-opensource/gcallsce.git

2. Sử dụng git submodule để clone từng project bên trong gcallsCE

cd gcallsce
git submodule update --init --recursive

VII. Kết luận

  • Sau hoàn thành clone source về máy tính. Bạn đã có thể tiền hành cài đặt môi trường phát triển Gcalls trên local.