https://github.com/sevmardi/server-setup-automated
Shell script to install any package I desire with difficult config
https://github.com/sevmardi/server-setup-automated
shell-script ubuntu vps-admin
Last synced: about 1 year ago
JSON representation
Shell script to install any package I desire with difficult config
- Host: GitHub
- URL: https://github.com/sevmardi/server-setup-automated
- Owner: sevmardi
- License: mit
- Created: 2017-11-15T21:48:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T19:48:08.000Z (about 8 years ago)
- Last Synced: 2025-05-14T04:34:34.162Z (about 1 year ago)
- Topics: shell-script, ubuntu, vps-admin
- Language: Shell
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Server Setup Automated
===========================
This shell script will install (and uninstall) lots of applications automatically on Ubuntu server
Features
---------
How to use it:
-------------
Download the following shell script on your Ubuntu server or clone it with the following command.
```
git clone https://github.com/arbabnazar/Automated-LAMP-Installation.git
```
Give the execution right to it.
------------------------------
```
chmod +x install.sh
```
Then run it as sudo user.
-------------------------
```
sudo ./install.sh
```
How to uninstall:
-------------
Give the execution right to it.
------------------------------
```
chmod +x uninstall.sh
```
Then run it as sudo user.
-------------------------
```
sudo ./uninstall.sh
```