Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zeroc0d3/vps-installer

VPS Installation Scripts
https://github.com/zeroc0d3/vps-installer

autoinstaller bash ubuntu ubuntu1604 vps vps-setup

Last synced: 2 months ago
JSON representation

VPS Installation Scripts

Awesome Lists containing this project

README

        

## VPS-Installer

Autoinstaller script for Ubuntu 16.04 VPS (Virtual Private Server)

### Features
* Install & Configure bash (with theme)
* Install & Configure oh-my-zsh (with theme)
* Install MySQL 5.7
* Install PostgreSQL 9.6
* Install MongoDB 3.6
* Install Memcached
* Install Redis
* Install NodeJS with NVM (NodeJS Version Manager)
* Install Ruby 2.4.2
* Install Docker & Docker-Compose
* Install Python 2.7.15

## How to Run
* Create your own config
```
cp config.cfg.example config.cfg
```
* Running setup script
```
sh ./setup.sh
```

## Changelog
[**Log history**](https://github.com/zeroc0d3/vps-installer/blob/master/CHANGELOG)

## Version
[**Latest**](https://github.com/zeroc0d3/vps-installer/blob/master/VERSION)

## License
[**MIT License**](https://github.com/zeroc0d3/vps-installer/blob/master/LICENSE)