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

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

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