Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
terrylinooo committed Apr 13, 2023
1 parent 57000ca commit 148a6cd
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# ![Ubuntu Logo](https://i.imgur.com/kf8Oeno.png) Easy bash for Ubuntu

Seeking a solution for easy deployment of a new Ubuntu machine with LAMP or LEMP stacks? Here it is.
![](https://i.imgur.com/GcXUaF4.gif)
:link: [Video Link](https://i.imgur.com/42dErDQ.mp4) :link:

Seeking a solution for easy deployment of a new Ubuntu machine with **LAMP** or **LEMP** stacks? Here it is.

```
wget https://easybash.github.io/easybash.tar.gz
tar -zxvf easybash.tar.gz
cd easybash-latest
./easybash.sh
```

Easybash is a tool for fully automatic installation of the most popular and useful packages to their latest versions on Ubuntu servers.

Expand Down Expand Up @@ -39,7 +49,6 @@ Easybash also does what the `secure_mysql_installation` shell script does. Pleas

### Wizard Mode

![](https://i.imgur.com/42dErDQ.gif)
Wizard mode will ask you several questions to configure settings and then proceed to install the LEMP or LAMP stacks.

#### Download and Run
Expand All @@ -50,7 +59,6 @@ cd easybash-latest
./easybash.sh
```


### Config Mode

Config mode installs the entire LAMP or LEMP stack according to the config.yml configuration file.
Expand Down

0 comments on commit 148a6cd

Please sign in to comment.