... | @@ -2,6 +2,8 @@ This guide give instructions to worksuite developers for compiling packages for |
... | @@ -2,6 +2,8 @@ This guide give instructions to worksuite developers for compiling packages for |
|
|
|
|
|
**Notice that puppet must be disabled.**
|
|
**Notice that puppet must be disabled.**
|
|
|
|
|
|
|
|
**Prepare platform with XDAQ core software**
|
|
|
|
|
|
1. To develop worksuite software install the interim XDAQ15 core on your development machine. As root user, add the following YUM client configuration.
|
|
1. To develop worksuite software install the interim XDAQ15 core on your development machine. As root user, add the following YUM client configuration.
|
|
|
|
|
|
`# vi /etc/yum.repos.d/cmsos.repo`
|
|
`# vi /etc/yum.repos.d/cmsos.repo`
|
... | @@ -24,7 +26,7 @@ This guide give instructions to worksuite developers for compiling packages for |
... | @@ -24,7 +26,7 @@ This guide give instructions to worksuite developers for compiling packages for |
|
|
|
|
|
3. Create your *feature_NNN* branch (merge request) on the https://gitlab.cern.ch/cmsos/worksuite from *master* branch.
|
|
3. Create your *feature_NNN* branch (merge request) on the https://gitlab.cern.ch/cmsos/worksuite from *master* branch.
|
|
|
|
|
|
4. Check out software on required host
|
|
** Check out worksuite software on required host**
|
|
|
|
|
|
`% git clone https://gitlab.cern.ch/cmsos/worksuite.git`
|
|
`% git clone https://gitlab.cern.ch/cmsos/worksuite.git`
|
|
|
|
|
... | | ... | |