-
Notifications
You must be signed in to change notification settings - Fork 0
/
zenblogs.html
43 lines (36 loc) · 925 Bytes
/
zenblogs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
layout: projects
title: Alex Pszczolkowski | Project | Zenblogs.co
comments: true
---
<a href="http://zenblogs.co/">
<img src="img/zenblogs.png" class="img-responsive"/>
</a>
<h1 class="text-center">
<a href="http://zenblogs.co">zenblogs.co</a>
<br/>Dockerised Ghost blogs
</h1>
<p>
One click <a href="http://ghost.org/">Ghost
blogging platform</a> install and hosting.
</p>
<p>
I've fiddled with this sideproject throughout a couple of weekends.<br/>
It lets you get your own, free instance of Ghost and start blogging right
away.
</p>
<p>
The service works on <a href="http://docker.io/">Docker</a>, spawning a new container per blog created.
</p>
<hr/>
<p>
<h2>Technologies used:</h2>
<ul class="tech-used">
<li>Docker</li>
<li>Ruby On Rails</li>
<li>Postgreql</li>
<li>Unicorn</li>
<li>Nginx</li>
<li>jQuery</li>
</ul>
</p>