Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zeroc0d3/vps-installer
- Owner: zeroc0d3
- License: mit
- Created: 2018-01-18T11:45:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T04:52:11.000Z (over 6 years ago)
- Last Synced: 2024-10-30T03:49:11.322Z (4 months ago)
- Topics: autoinstaller, bash, ubuntu, ubuntu1604, vps, vps-setup
- Language: Shell
- Size: 10.2 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
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)