Line 249: |
Line 249: |
| [[File:Schoolserver-content.png|700px]] | | [[File:Schoolserver-content.png|700px]] |
| | | |
− | =F21-server-netinstall with MATE= | + | =F21-server-netinstall with xfce= |
− | *REF from : https://github.com/XSCE/xsce/blob/master/docs/INSTALL.rst | + | *REF from : https://github.com/XSCE/xsce/blob/master/docs/INSTALL.rst (modified by satellit here) |
| *option 1 | | *option 1 |
| :NUC with 1 TB HD | | :NUC with 1 TB HD |
Line 268: |
Line 268: |
| *Select "system"-installation destination: | | *Select "system"-installation destination: |
| :Device selection, click on hard disk, click checkbox for "I will configure partitioning", click done. | | :Device selection, click on hard disk, click checkbox for "I will configure partitioning", click done. |
− | :In the left side window, under the drop down box, click <any previous OS> (unless the disk is already clean)
| + | *In the left side window, under the drop down box, click <any previous OS> (unless the disk is already clean) |
| :Click on the minus (which deletes the selected partition), select the "delete all other filesystems in .. as well" | | :Click on the minus (which deletes the selected partition), select the "delete all other filesystems in .. as well" |
− | :Then select the drop down option "standard partition" and click the "+" at the bottom | + | :Then select the drop down option "standard partition" and click the "install automatically" button |
− | :In the "add a new mount point" window, click "/"
| + | *edit the /home and decrease the size |
− | :For the capacity enter the "total space" at bottom left of screen | + | *edit the / and add this capacity to it |
| + | :click update button at right bottom |
| :Click the done twice, and the accept changes | | :Click the done twice, and the accept changes |
− | :Click on software selection, and then on lower left of that page select "minimal-x install"
| + | *Click on software selection, and xfce desktop |
− | :Click on MATE (install DE), done | + | :in right pane: |
| + | ::xfce extras; Admin tools; Devel Tools; Headless; SMB. |
| | | |
| *Then click start install | | *Then click start install |
− | :You will need to put in a password for root, during the install. | + | :You will need to put in a password for root, and xfce-admin as user during the install. |
| :At the end of the install, a button will appear, which asks you to reboot into the newly installed Operating System. | | :At the end of the install, a button will appear, which asks you to reboot into the newly installed Operating System. |
− | :Once you have a console prompt, the steps are pretty straight forward: | + | :Once you have logged in:, the steps are pretty straight forward: |
| | | |
| :Connect the wifi unit to the adapter that will be used as the local area network (LAN), and make sure everything is under power with link lights. | | :Connect the wifi unit to the adapter that will be used as the local area network (LAN), and make sure everything is under power with link lights. |
| *Issue the following commands: | | *Issue the following commands: |
| | | |
− | ping yahoo.com (this verifies that the server is properly connected to internet after the reboot) | + | ping yahoo.com (this verifies that the server is properly connected to internet after the reboot) |
− | yum -y update
| + | yum -y install git ansible icecat |
− | yum -y install git ansible | |
| cd /opt | | cd /opt |
| mkdir -p schoolserver | | mkdir -p schoolserver |
| cd schoolserver | | cd schoolserver |
− | git clone https://github.com/XSCE/xsce --branch stable --depth 1 | + | git clone https://github.com/XSCE/xsce |
| cd xsce | | cd xsce |
| ./install-console | | ./install-console |
Line 303: |
Line 304: |
| ip addr (verify that the external adapter and the LAN adapter or br0 have ip addresses) | | ip addr (verify that the external adapter and the LAN adapter or br0 have ip addresses) |
| | | |
− | *At this point you can connect to the server via the wifi at http://schoolserver/admin. Or with firefox from MATE desktop | + | *At this point you can connect to the server via the wifi at http://schoolserver/admin. Or with IceCat from xfce desktop |
| | | |
− | :Decide which services need to be enabled, check the checkboxes, save the configuration, and click "install configured server'. | + | :Decide which services need to be enabled, check the checkboxes, Save Configuration, and click "Install configured Options'. |
| + | ::Wait for "SUCCEED" in Utilities/Display job status. |
| | | |
− | :Next download any content needed for rachel, kiwix, and/or other instructional materials. | + | :Next Install Content needed for rachel, kiwix, and/or other instructional materials. |
| + | :: Note: '''Get Rachel''' only appears On Install Content if you checked the rachel check box in Configure services |
| :: There are instruction for how and where to place the downloaded materials in README files in each of the roles folders. | | :: There are instruction for how and where to place the downloaded materials in README files in each of the roles folders. |
| | | |