Changes

From SME Server
Jump to navigationJump to search
m
no edit summary
Line 35: Line 35:     
Once the installation has finished, please reboot and continue with enabling networking and SSH.
 
Once the installation has finished, please reboot and continue with enabling networking and SSH.
 +
    
==== Enable networking and SSH ====
 
==== Enable networking and SSH ====
Line 44: Line 45:     
SSH will now be enabled. Please log in remotely via SSH and further instructions are based on the fact that you are remotely logged. Specifically for Cut and Paste operations.
 
SSH will now be enabled. Please log in remotely via SSH and further instructions are based on the fact that you are remotely logged. Specifically for Cut and Paste operations.
 +
 +
 +
==== Install nano ====
 +
If you are not familiar with vi or vim, you can install the nano editor. This page assumes that you have installed nano. Please install nano as follows by issuing as root on the console:
 +
yum install nano
 +
    
==== Disable SELinux ====
 
==== Disable SELinux ====
Line 53: Line 60:  
  sed -i -e 's/SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config
 
  sed -i -e 's/SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config
 
  yum remove selinux-policy-targeted
 
  yum remove selinux-policy-targeted
 +
    
==== Merge repo's SME and SL ====
 
==== Merge repo's SME and SL ====
Line 79: Line 87:  
  enablegroups=1
 
  enablegroups=1
 
  gpgkey = http://mirror.contribs.org/releases/testing/9/smeos/$basearch/RPM-GPG-KEY-SMEServer
 
  gpgkey = http://mirror.contribs.org/releases/testing/9/smeos/$basearch/RPM-GPG-KEY-SMEServer
 +
    
==== Yum install ====
 
==== Yum install ====
Line 92: Line 101:  
  Upgrade      19 Package(s)
 
  Upgrade      19 Package(s)
 
  Total download size: 226 M
 
  Total download size: 226 M
 +
    
==== Yum upgrade ====
 
==== Yum upgrade ====
Line 114: Line 124:  
  /usr/libexec/mysqld --bootstrap --user=mysql --skip-grant-tables < ./set.password
 
  /usr/libexec/mysqld --bootstrap --user=mysql --skip-grant-tables < ./set.password
 
  sv u .
 
  sv u .
 +
    
==== Post-upgrade/reboot ====
 
==== Post-upgrade/reboot ====
Line 126: Line 137:  
==== Set root password ====
 
==== Set root password ====
 
After the first boot, an new root (admin) password will be asked. This may be the same as you used for the initial installation of SL or you can set a new one. After setting the root password, SME Server will configure additional settings and automatically reboot.
 
After the first boot, an new root (admin) password will be asked. This may be the same as you used for the initial installation of SL or you can set a new one. After setting the root password, SME Server will configure additional settings and automatically reboot.
        Line 144: Line 154:  
and update and activate the revised yum repo's configuration with the following command:
 
and update and activate the revised yum repo's configuration with the following command:
 
  signal-event yum-modify
 
  signal-event yum-modify
        Line 152: Line 161:     
and select 'configure this server'. After configuration, the server will reboot itself, re-configure itself based on the user choices and is in full operational mode ready for full use.
 
and select 'configure this server'. After configuration, the server will reboot itself, re-configure itself based on the user choices and is in full operational mode ready for full use.
 +
    
== Current status ==
 
== Current status ==
 
The above instructions should have brought you 'on par' with the current developments [[SME_Server_9.0_Development|here]].
 
The above instructions should have brought you 'on par' with the current developments [[SME_Server_9.0_Development|here]].

Navigation menu