Changes

Jump to navigation Jump to search
no edit summary
Line 24: Line 24:  
* add a developer user
 
* add a developer user
   −
Now we ssh into our server as root, to finish setting up our developer user:<syntaxhighlight lang="bash">
+
Now we ssh into our server as root, to finish setting up our developer user:
 +
<syntaxhighlight lang="bash">
 
db accounts setprop <userid> Shell /bin/bash
 
db accounts setprop <userid> Shell /bin/bash
 
chsh -s /bin/bash <userid>
 
chsh -s /bin/bash <userid>
Line 32: Line 33:  
yum --enablerepo=smedev,epel,extras install plague-client mock python-ctypes glances e-smith-devtools smeserver-mock
 
yum --enablerepo=smedev,epel,extras install plague-client mock python-ctypes glances e-smith-devtools smeserver-mock
 
signal-event post-upgrade; signal-event reboot
 
signal-event post-upgrade; signal-event reboot
</syntaxhighlight>Now you need to login as your developer and set them up:
+
</syntaxhighlight>
 +
Now you need to login as your developer and set them up:
   −
You will need to tweak their shell for CVS access and whilst there, why not make it a little friendlier :)<syntaxhighlight lang="bash">
+
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
 
# .bashrc
 
# .bashrc
371

edits

Navigation menu