thealphadollar/Nephos

Create Debian Installation Script

thealphadollar opened this issue · 2 comments

Is your feature request related to a problem? Please describe.
Currently, we only have an installation script for CentOS, which is acceptable since the platform on which Nephos will be deployed is a CentOS system. However, it is desirable that, for the convinience of developers (and testers), we have an install script for Ubuntu/Debian.

Describe the solution you'd like
Using the install script written for CentOS; a new script can be created with instructions to install in a Debian based distro. A slightly better approach would be to find the platform automatically and then install the appropriate packages. The latter one is preferred since having two files for installation is tedious and few tasks are platform independent.

Describe alternatives you've considered
None.

Additional context
This is a good tutorial to start with if you are new to shell scripting.

#102 implements this

fixed via #102