https://github.com/masiur/environment-configuration
Dev or Production Environment Configuration
https://github.com/masiur/environment-configuration
apache development-environment devops linux nginx server system-administration
Last synced: 9 months ago
JSON representation
Dev or Production Environment Configuration
- Host: GitHub
- URL: https://github.com/masiur/environment-configuration
- Owner: masiur
- Created: 2018-04-10T03:56:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T09:32:12.000Z (almost 3 years ago)
- Last Synced: 2023-05-11T10:28:54.629Z (almost 3 years ago)
- Topics: apache, development-environment, devops, linux, nginx, server, system-administration
- Language: Shell
- Homepage: https://www.masiursiddiki.com/Environment-Configuration/
- Size: 121 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Install LEMP Stack on Ubuntu/Debian 20.04
#### Please run the following command on your Terminal
```bash
bash <(wget -qO- https://raw.githubusercontent.com/masiur/Environment-Configuration/master/lemp_deb_20.04.sh)
```
### Install LAMP Stack on Ubuntu/Debian 20.04
#### Please run the following command on your Terminal
```bash
bash <(wget -qO- https://git.io/JTPWD)
```
#### Please run the following command on your Terminal
```bash
bash <(wget -qO- https://raw.githubusercontent.com/masiur/Environment-Configuration/master/lemp_deb_18.04.sh)
```
### Install LAMP Stack on Ubuntu 18.04
#### Please run the following command on your Terminal
```bash
bash <(wget -qO- https://raw.githubusercontent.com/masiur/Environment-Configuration/master/lamp_deb_18.04.sh)
```
### Install LEMP Stack on Ubuntu 16.04 & Linux Mint 18
#### Please run the following command on your Terminal
```bash
bash <(wget -qO- https://raw.githubusercontent.com/masiur/Environment-Configuration/master/lemp_deb_16.04.sh)
```
### Install Node.js 8.* (LTS) & yarn on Ubuntu 18.04/16.04
#### Please run the following command on your Terminal
```bash
bash <(wget -qO- https://raw.githubusercontent.com/masiur/Environment-Configuration/master/node_js_8.9_lts.sh)
```
#### Install DB Management Tool (Adminer)
##### For NGINX
```bash
bash <(wget -qO- https://raw.githubusercontent.com/masiur/Environment-Configuration/master/deployadminer.sh)
```
##### For Apache
```bash
bash <(wget -qO- https://git.io/JTXVY)
```
#### Install Git flow
sudo apt-get install -y git-flow
#### Generate SSH Key
Type Enter for all Input
ssh-keygen
Copy through following command
cat ~/.ssh/id_rsa.pub
Maintained by @masiur