++shortcuts

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-07-25 14:34:09 +02:00
parent a4c851b0ee
commit 0fd0d02e03
2 changed files with 11 additions and 6 deletions

View File

@ -1,12 +1,12 @@
[[!meta title="Great Real Life Rails Hosting: A symlink for an app"]] [[!meta title="Great Rails Hosting: A symlink for an app"]]
## Introduction ## Introduction
As the [ungleich GmbH](http://www.ungleich.ch) As the [[!ungleich]]
focusses on educated customers, we meet pretty cool focusses on educated customers, we meet pretty cool
infrastructures from time to time. infrastructures from time to time.
In some sense I count [local.ch](http://www.local.ch) In some sense I count [[!localch]]
as a customer: they supported me with one day off as a customer: they supported me with one day off
per week so I was able to found the ungleich GmbH per week so I was able to found the ungleich GmbH
and acquire first customers. and acquire first customers.
@ -19,9 +19,9 @@ a very elegant solution for Ruby on Rails hosting.
The setup consists of the following services, glued The setup consists of the following services, glued
together in an elegant way: together in an elegant way:
* [nginx](http://nginx.org/) * [[!nginx]]
* [unicorn](http://unicorn.bogomips.org/) * [[!unicorn]]
* [bind](https://www.isc.org/downloads/bind/) * [[!bind]]
* [[!capistrano]] * [[!capistrano]]
* Symlinks * Symlinks

View File

@ -2,3 +2,8 @@
* [[!shortcut name=wikipedia url="http://en.wikipedia.org/wiki/%s"]] * [[!shortcut name=wikipedia url="http://en.wikipedia.org/wiki/%s"]]
* [[!shortcut name=google url="http://www.google.com/search?q=%s"]] * [[!shortcut name=google url="http://www.google.com/search?q=%s"]]
* [[!shortcut name=capistrano desc="Capistrano" url="https://github.com/capistrano/capistrano/wiki"]] * [[!shortcut name=capistrano desc="Capistrano" url="https://github.com/capistrano/capistrano/wiki"]]
* [[!shortcut name=nginx desc="nginx" url="http://nginx.org/"]]
* [[!shortcut name=unicorn desc="unicorn" url="http://unicorn.bogomips.org/"]]
* [[!shortcut name=bind desc="ISC Bind" url="https://www.isc.org/downloads/bind/"]]
* [[!shortcut name=localch desc="local.ch" url="http://www.local.ch"]]
* [[!shortcut name=ungleich desc="ungleich" url="http://www.ungleich.ch"]]