With ODROID_POST_INSTALL you can install and configure on a fresh ODROID (tested with ODROID N2 and Ubuntu 18.04) the following software:
- Apache web server with PHP and MySQL database
- Certbot packages and certificate for HTTPS/SSL
- Ampache music web streaming server
- DLNA media server (MiniDLNA)
- File share and collaboration platform Nextcloud
It also update the whole system and remove unnecessary desktop apps like LibreOffice or Thunderbird. See the script for further information.
The whole installation process take about 5 minutes. After that you need 15 minutes more for configuration.
Simply download the script and make it executable.
wget https://raw.githubusercontent.com/teotiger/odroid_post_install/master/odroid_post_install
chmod u+x odroid_post_install
sudo ./odroid_post_install
ODROID_POST_INSTALL is released under the MIT license.
Version 1.0 – June 7, 2019
- Initial release