Skip to content

Commit

Permalink
link to 30sec install tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
panique committed Dec 23, 2014
1 parent b351032 commit 8bb50fe
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,25 +65,7 @@ are set to `12345678`, the project is installed in `/var/www/html/myproject`. Yo

## Auto-Installation on Ubuntu 14.04 LTS (in 30 seconds)

You can install MINI including Apache, MySQL, PHP and PHPMyAdmin, mod_rewrite, Composer, all necessary settings and even the passwords inside the configs file by simply downloading one file and executing it, the entire installation will run 100% automatically. See the bootstrap.sh file for more infos (and the default passwords). Keep in mind that this is quick dev setup, not a perfect choice for production for sure. This should work perfectly in every naked Ubuntu 14.04 LTS.

Download the installer script

```bash
wget https://raw.githubusercontent.com/panique/mini/master/_vagrant/bootstrap.sh
```

Make it executable

```bash
chmod +x bootstrap.sh
```

Run it, make 100% sure you are using it with *sudo*, otherwise it will result in a broken installation. Give it some minutes to perform all the tasks. And yes, you can thank me later :)

```bash
sudo ./bootstrap.sh
```
You can install MINI including Apache, MySQL, PHP and PHPMyAdmin, mod_rewrite, Composer, all necessary settings and even the passwords inside the configs file by simply downloading one file and executing it, the entire installation will run 100% automatically. Find the tutorial in this blog article: [Install MINI in 30 seconds inside Ubuntu 14.04 LTS](http://www.dev-metal.com/install-mini-30-seconds-inside-ubuntu-14-04-lts/)

## Installation

Expand Down

0 comments on commit 8bb50fe

Please sign in to comment.