Changes

Jump to navigation Jump to search
Tweaks only
Line 5: Line 5:       −
I started with a standard SME Server 10.1 install (as a VM)
+
I started with a standard SME Server 10.x install (as a VM)
    +
* 1 CPU
 
* 4GB Ram
 
* 4GB Ram
 
* 16MB Video
 
* 16MB Video
Line 38: Line 39:  
Hostname shell.koozali.org
 
Hostname shell.koozali.org
 
User <userid>
 
User <userid>
IdentityFile ~/.ssh/id_rsa
+
IdentityFile ~/.ssh/<my_id_file>
 
ForwardAgent yes
 
ForwardAgent yes
 
Port 222
 
Port 222
Line 45: Line 46:  
Hostname buildsys.koozali.org
 
Hostname buildsys.koozali.org
 
User <userid>
 
User <userid>
IdentityFile ~/.ssh/id_rsa
+
IdentityFile ~/.ssh/<my_id_file>
 
ForwardAgent yes
 
ForwardAgent yes
 
Port 222
 
Port 222
Line 52: Line 53:  
# add .buildsys stuff
 
# add .buildsys stuff
 
</syntaxhighlight>and create their working directories<syntaxhighlight lang="bash">
 
</syntaxhighlight>and create their working directories<syntaxhighlight lang="bash">
mkdir -p work/{smebase,smecontribs}
+
mkdir -p ~/{smeserver,smecontribs}
 
</syntaxhighlight>You will need to tweak their shell for CVS access and whilst there why not make it a little friendlier :)<syntaxhighlight lang="bash">
 
</syntaxhighlight>You will need to tweak their shell for CVS access and whilst there why not make it a little friendlier :)<syntaxhighlight lang="bash">
 
cat <<_EOT > ~/.bashrc
 
cat <<_EOT > ~/.bashrc
371

edits

Navigation menu