Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dinukasal/install

Install any package on linux with high level commands eg. "lamp", "mean", "jdk", "opencv"
https://github.com/dinukasal/install

apt bash jdk linux opencv ubuntu

Last synced: about 1 month ago
JSON representation

Install any package on linux with high level commands eg. "lamp", "mean", "jdk", "opencv"

Awesome Lists containing this project

README

        

# Installer Script for Linux

You can install packages you require easily with this script. (Currently supports only Ubuntu 16.04)

You just need to run the install.sh and it will prompt what you want.
Just enter the package name eg. "lamp", "mean", "mongo", "opencv", "maven" , "mvn", "hadoop"

It consists following packages,

1. lamp (Linux - Apache, MySql, PHP ) stack
2. mean (MongoDB, ExpressJS, AngularJS, NodeJS)
3. mongodb
4. opencv
5. docker
6. hadoop
7. vncserver
7. nvm (For installing specified version of NodeJS)
8. phpmyadmin

-- Referred this for opencv https://github.com/jayrambhia/Install-OpenCV

Prerequsites to run the script

1. curl Installed.
2. wget Installed.
3. Root user privilege