Skip to content

teotiger/odroid_post_install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

ODROID_POST_INSTALL

Introduction

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.

Installation

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

License

ODROID_POST_INSTALL is released under the MIT license.

Version History

Version 1.0 – June 7, 2019

  • Initial release

About

Bash script to install web and media server including nextcloud on ODROID single board computer.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages