Just 3 steps to quickly build an online mall with Huawei Cloud CodeArts

Huawei Cloud software development production line CodeArts is a one-stop cloud DevSecOps platform for developers. It provides more than 10 sub-services covering the entire software delivery process such as requirement issuance, code submission, code inspection, code compilation, verification, deployment, and release. In the life cycle, we provide end-to-end support for the software development process.

Huawei's end-to-end (HE2E) DevOps implementation framework is a set of operational and implementable agile development methodologies formed by combining Huawei's 30 years of R&D experience and integrating advanced industry practices. Today we will introduce a set of automotive parts The accessory electronic mall sample code "Phoenix Mall" introduces how to use the software development production line to implement the HE2E DevOps framework.

Before practice, we need to complete account registration and real-name authentication, open a free CodeArts package, and create a DevOps full process project ( it is recommended to operate on the PC ).

The first step is to register a Huawei account and complete real-name authentication.

If you have registered and authenticated with your real name before, you can log in directly without registering again. Registration address: https://auth.huaweicloud.com/authui/login.html#/login

The second step is to log in to the CodeArts official website to activate the 0 yuan package for free.

Log in to the CodeArts official website address: Software development production line CodeArts_DevOps_Developer Platform-Huawei Cloud  , select the package package on the homepage, and click to activate for free.

The third step is to create a DevOps full-process project

Click "Create Project" and select "DevOps Full Process Sample Project" among the sample projects.

At this point, the Phoenix Mall project has been created.

For the specific exercise process, please refer to the implementation steps of Huawei’s end-to-end DevOps practice: Practice Preparation_Software Development Production Line CodeArts_Best Practices_Huawei End-to-End (HE2E) DevOps Practice_Implementation Steps_Huawei Cloud

Through this process, you will learn:

  • How to use CodeArts for agile project planning
  • How to use CodeArts to manage project configurations
  • How to use CodeArts for agile test management
  • How to use Git code hosting to support continuous delivery of agile teams
  • How to use static code inspection to ensure effective implementation of specifications
  • How to use continuous integration to speed up code quality feedback
  • How to use continuous publishing to automatically complete application deployment after code updates
  • How to build a continuous delivery pipeline that connects code hosting, code inspection, compilation and build, and automated release

Without further ado, let’s take action!


Huawei Cloud CodeArts has been officially launched on the official website

Software development production line CodeArts_DevOps_Developer Platform-Huawei Cloud

Guess you like

Origin blog.csdn.net/hwxiaozhi/article/details/132827666