Changes

From SME Server
Jump to navigationJump to search
changed "rpmbuild" to rpm-build in step 2. In step 5, broke out command line as a pre-formatted text and added an instruction.
Line 3: Line 3:  
1. Minimal Rocky  install  - 2Gb RAM, 32Gb HD
 
1. Minimal Rocky  install  - 2Gb RAM, 32Gb HD
   −
2. Extras needed: git, rpmbuild, epel-release, mock, make  (and I use mc).
+
2. Extras needed: git, rpm-build, epel-release, mock, make  (and I use mc).
    
3. Add user to mock group "sudo usermod -a -G mock <username>"
 
3. Add user to mock group "sudo usermod -a -G mock <username>"
   −
4. Add "smeserver-10-x86_64-base.cfg" to /etc/mock:<syntaxhighlight>
+
4. Add "smeserver-10-x86_64-base.cfg" to /etc/mock with the following:<syntaxhighlight>
    
config_opts['package_manager'] = 'yum'
 
config_opts['package_manager'] = 'yum'
Line 126: Line 126:     
</syntaxhighlight>
 
</syntaxhighlight>
5 cd ~; mkdir GitFiles; cd GitFiles; git clone https://src.koozali.org/brianr/smeserver-mailstats.git; cd smeserver-mailstats/; make mockbuild
+
5 Execute the following command string, using your Koozali account name where it references "briar"
 +
cd ~; mkdir GitFiles; cd GitFiles; git clone https://src.koozali.org/brianr/smeserver-mailstats.git; cd smeserver-mailstats/; make mockbuild
81

edits

Navigation menu