File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,24 @@ frontend for [osbuild](https://github.com/osbuild).
12
12
13
13
Cockpit Composer can be installed on RHEL and Fedora systems using:
14
14
15
+ ```
15
16
$ dnf install cockpit-composer
17
+ ```
16
18
17
19
Make sure to install/enable [ Cockpit] ( https://cockpit-project.org/ ) with:
18
20
21
+ ```
19
22
$ systemctl enable --now cockpit.socket
23
+ ```
24
+
20
25
## Install from source code
21
26
22
27
First download the code from Github:
23
28
29
+ ```
24
30
$ git clone https://github.com/osbuild/cockpit-composer.git
25
31
$ cd cockpit-composer/
32
+ ```
26
33
27
34
28
35
## Install on MacOS (using a VM)
@@ -57,6 +64,7 @@ but the following steps are focused on the open source VM host [UTM](https://git
57
64
## Development instructions
58
65
59
66
It's easy to set up your local machine to develop on Cockpit Composer.
67
+
60
68
### Install the development dependencies
61
69
62
70
On Fedora or Red Hat Enterprise Linux:
@@ -117,13 +125,17 @@ Any auto fixable errors can be corrected with:
117
125
118
126
### Build rpm
119
127
128
+ ```
120
129
$ make rpm
130
+ ```
121
131
122
132
### Run integration test
123
133
124
134
Run test without visually seeing what the browser is doing:
125
135
136
+ ```
126
137
$ make check
138
+ ```
127
139
128
140
To learn more about testing see our [ testing docs] ( test ) .
129
141
You can’t perform that action at this time.
0 commit comments