diff --git a/README.md b/README.md index 65a802f6e..2e9e2dc71 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ additional features. + [Follow the project](#follow) + [License](#license) + [Requirements](#requirements) -+ [Auto-Installation in Vagrant](#auto-installation) ++ [Auto-Installation](#auto-installation) + - [Auto-Installation in Vagrant](#auto-installation-vagrant) + - [Auto-Installation in Ubuntu 14.04 LTS server](#auto-installation-ubuntu) + [Installation (Ubuntu 14.04 LTS)](#installation) - [Quick Installation](#quick-installation) - [Detailed Installation](#detailed-installation) @@ -59,7 +61,7 @@ Why the name "HUGE" ? It's a nice combination to ### Live-Demo -TODO +See a [live demo here](http://104.131.8.128) and [the server's phpinfo() here](http://104.131.8.128/info.php). ### Support the project @@ -98,7 +100,12 @@ used Composer before. This script is not for beginners. * for professional mail sending: an SMTP account (I use [SMTP2GO](http://www.smtp2go.com/?s=devmetal)) * activated mod_rewrite on your server (the install guideline shows how to do) -### Auto-Installation (with Vagrant) +### Auto-Installations + +Yo, fully automatic. Why ? Because I always hated it to spend days trying to find out how to install a thing. +This will save you masses of time and nerves. Donate a coffee if you like it. + +#### Auto-Installation (in Vagrant) If you are using Vagrant for your development, then simply @@ -110,6 +117,24 @@ If you are using Vagrant for your development, then simply the current folder. MySQL root password and the PHPMyAdmin root password are set to *12345678*. By default 192.168.33.111 is the IP of your new box. +#### Auto-Installation in a naked Ubuntu 14.04 LTS server + +Extremely simple installation in a fresh and naked typical Ubuntu 14.04 LTS server: + +Download the installer script +```bash +wget https://raw.githubusercontent.com/panique/huge/master/_one-click-installation/bootstrap.sh +``` + +Make it executable +```bash +chmod +x bootstrap.sh +``` + +Run it! Give it some minutes to perform all the tasks. And yes, you can thank me later :) +```bash +sudo ./bootstrap.sh +``` ### Installation This script is very fresh, so the install guidelines are not perfect yet.