- Debian packages
- /mdk/bin/menuStart &rArr#Rightarrow;debs &rArr#Rightarrow;build
- Maybe recreate the UCS extra package: Call quickBuild.sh m23-ucs-extra
- Test the packages
- UCS VM (local repository): Call /mdk/ucs/installLocalm23DebsOnUCS to install m23 and create the tar with the unmaintained Debian packages.
- UCS VM (online test repository): Copy /mdk/ucs/addUCSTestRepository to the UCS and install m23
- Debian: Call /mdk/m23helper/addLocalm23ServerRepository, install m23
- Upload the packages, if all seems to be right: &rArr#Rightarrow;directuplinst
- Login into t5, call /var/www/ucs/upload-4.1
- Server installation ISO
- /mdk/bin/menuStart &rArr#Rightarrow;serverISO &rArr#Rightarrow;iso . Exit after building.
- Upload: cd /mdk/server; ./up iso.file
- VirtualBox appliance
- Create a new VM (Linux/Debian, 512 MB Ram, growing VDI 16GB HDD
- Change the Network card to Network bridge
- Start the VM and "insert" the ISO into the virtual CD drive
- Select "English".
- Use "m23s" as server name, "test" as password and local network settings.
- Choose the automatic partitioning and formating.
- Call /mdk/bin/prepareOSForCompression after reboot.
- Shutdown the VM
- Export it (m23server_xx.y_rock.ova) and compress (7zm / 7zr -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on a m23server_xx.y_rock.7z m23server_xx.y_rock.ova) the exported files.
- Write a SD card with Raspbian.
- Configure /etc/network/interfaces to static IP for eth0.
- Boot the Raspberry Pi.
- Log into it via SSH (user: pi, password: raspberry)
- Run "sudo raspi-config".
- Call in the menu "Expand Filesystem", set "Advanced Options" "Memory split" to 16 MB, call "Update".
- Reboot.
- Enable root access (set password to test): "sudo passwd"
- Enable root login for SSH in /etc/ssh/sshd_config
- Log out and log into it via SSH (user: root, password: test)
- Use commands from /mdk/m23helper/copyPasteTestm23ServerInstall
- /mdk/bin/prepareOSForCompression.
- Compress the SD card: dd if=/dev/sdX | 7zr a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on -si m23server_xx.y_rock-RaPi.7z
root
2018-05-08