This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
products:sbc:common:development:build-ubuntu [2022/08/07 22:18] ruby [Add User to a Docker Group] |
products:sbc:common:development:build-ubuntu [2026/02/01 21:14] (current) gray update by using AI |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Introduction ===== | ===== Introduction ===== | ||
| - | We provide [[kg> | + | We provide [[kg> |
| - | You can follow the steps below: | + | You can follow the steps below. |
| Line 18: | Line 18: | ||
| ===== Get Fenix Source Code ===== | ===== Get Fenix Source Code ===== | ||
| - | Clone the Fenix repository to somewhere, e.g. '' | + | Clone the Fenix repository to a directory, e.g., '' |
| ```shell | ```shell | ||
| Line 28: | Line 28: | ||
| ===== Setup the Build Environment ===== | ===== Setup the Build Environment ===== | ||
| - | You should setup the build environment first. \\ | + | You must set up the build environment first. \\ |
| For example: '' | For example: '' | ||
| Line 39: | Line 39: | ||
| ===== Build the OS Image ===== | ===== Build the OS Image ===== | ||
| - | Just type '' | + | Simply |
| - | + | <WRAP tip > | |
| - | <WRAP tip > | + | If this is your first time building |
| - | If it's the first time to build an image, the script will check your host' | + | |
| </ | </ | ||
| Line 154: | Line 153: | ||
| * '' | * '' | ||
| - | * '' | + | * '' |
| * '' | * '' | ||
| * '' | * '' | ||
| - | * '' | + | * '' |
| * '' | * '' | ||
| Line 180: | Line 179: | ||
| <WRAP important > | <WRAP important > | ||
| - | You need to logout | + | You must log out or reboot the system |
| </ | </ | ||
| Line 190: | Line 189: | ||
| ``` | ``` | ||
| - | If you see the following | + | If you see the following |
| ```txt | ```txt | ||
| Line 223: | Line 222: | ||
| ==== Build Fenix in Docker ==== | ==== Build Fenix in Docker ==== | ||
| - | Get Docker image: | + | Pull the Docker image: |
| ```shell | ```shell | ||
| Line 230: | Line 229: | ||
| ``` | ``` | ||
| - | Build image in Docker: | + | Build the image in Docker: |
| ```shell | ```shell | ||
| Line 241: | Line 240: | ||
| | | ||
| ``` | ``` | ||
| - | Start your build from inside the Docker container. | + | Start your build from inside the Docker container: |
| ```shell | ```shell | ||
| Line 248: | Line 247: | ||
| ``` | ``` | ||
| - | Restart the Docker container. | + | Restart the Docker container: |
| ```shell | ```shell | ||