-
Notifications
You must be signed in to change notification settings - Fork 41
Cách thức build ứng dụng OpenCPS phiên bản 2.0 How to build OpenCPS ver 2.0
Khoa Vu Dang edited this page Jul 17, 2018
·
2 revisions
- Lấy mã nguồn tại GitHub [clone source code from GitHub]
$ git clone git@github.com:VietOpenCPS/opencps-v2.git
- Chuyển đến thư mục mã nguồn tại local [Change directory to the opencps-v2 folder]
$ cd opencps-v2
- Thực hiện lệnh build bằng gradle wrapper [Do build with Gradle Wrapper]
$ ./gradlew buildService deploy
-
Sau khi build các file jar tạo ra sẽ được chuyển vào thư mục
../opencps-v2/bundles/osgi/modules/
* [to see jars file will be created after build at *] -
Triển khai các file này lên server
[path_to_server]/deploy
** [Deploy those jars file to **] -
Dựng môi trường phát triển opencps-v2 tham khảo tại địa chỉ
https://dev.liferay.com/develop/tutorials/-/knowledge_base/7-1/introduction-to-liferay-development
*** [For more information please find out more at ***]
power by OpenCPS