Skip to content

Commit

Permalink
Merge pull request #573 from panique/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
panique committed Jan 26, 2015
2 parents 6b9b1b1 + a48c642 commit e60a468
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -59,7 +61,7 @@ Why the name "HUGE" ? It's a nice combination to

### Live-Demo <a name="live-demo"></a>

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 <a name="support"></a>

Expand Down Expand Up @@ -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) <a name="auto-installation"></a>
### Auto-Installations <a name="auto-installation"></a>

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) <a name="auto-installation-vagrant"></a>

If you are using Vagrant for your development, then simply

Expand All @@ -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 <a name="auto-installation-ubuntu"></a>

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 <a name="installation"></a>

This script is very fresh, so the install guidelines are not perfect yet.
Expand Down

0 comments on commit e60a468

Please sign in to comment.