https://github.com/janforman/linux-server-install
Install script for UBUNTU Server 20+ Simply type what you want.
https://github.com/janforman/linux-server-install
deployment-automation install linux server shell
Last synced: about 1 month ago
JSON representation
Install script for UBUNTU Server 20+ Simply type what you want.
- Host: GitHub
- URL: https://github.com/janforman/linux-server-install
- Owner: janforman
- Created: 2021-02-23T13:46:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T11:53:46.000Z (over 4 years ago)
- Last Synced: 2025-02-01T21:27:42.995Z (over 1 year ago)
- Topics: deployment-automation, install, linux, server, shell
- Language: Shell
- Homepage:
- Size: 8.71 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# linux-server-install
Fast use - log in to server and run
```
wget https://github.com/janforman/linux-server-install/archive/main.zip -O /tmp/t.zip && unzip /tmp/t.zip -d /tmp && rm /tmp/t.zip && cd /tmp/linux-server-install-main/ && ./install.sh
```
* nginx (with php)
* mariadb
* scylladb
* mongodb
* galeradb
* wso2 microintegrator (mariadb, scylladb, mongodb, postgres, oracle connectors)
* mean stack (MongoDB, NodeJS)
* java openjdk
* docker
* phpmyadmin (install nginx first)
* coturn (STUN/TURN on port 443)
* nextcloud (install nginx first)
This script is intended to use in VPS (virtual server for single purpose in this case) and fresh OS install.
It's tested in UBUNTU Server 20.04.2 LTS