android.moparisthebest.org/source/docs/deploying/index.markdown

27 lines
1.2 KiB
Markdown
Raw Normal View History

2011-07-19 22:28:48 -04:00
---
layout: page
2011-09-19 13:19:20 -04:00
title: Deploying
2011-07-19 22:28:48 -04:00
date: July 18 2011
sidebar: false
footer: false
---
2011-09-19 13:19:20 -04:00
Here are some nice and easy ways to deploy your Octopress blog.
2011-07-19 22:28:48 -04:00
2011-09-19 13:19:20 -04:00
## Github Pages
Hosting your blog with Github's [Pages service](http://pages.github.com) is free and allows custom domains. To deploy you simply push your repository to Gihub.
2011-09-19 13:19:20 -04:00
This is a great way to host a personal blog, or even a multi-author blog, where contributions can be handled with pull requests and commit access.
2011-07-19 22:28:48 -04:00
2011-09-19 13:19:20 -04:00
[Deploying to Github Pages »](/docs/deploying/github)
2011-09-19 13:19:20 -04:00
## Heroku
Like Github Pages, Heroku is also free, allows custom domains, and uses a git based deployment workflow. Heroku is a bit simpler to use and your blog repository remains private.
2011-07-19 22:28:48 -04:00
2011-09-19 13:19:20 -04:00
[Deploying to Heroku »](/docs/deploying/heroku)
2011-07-19 22:28:48 -04:00
2011-09-19 13:19:20 -04:00
## Rsync
If you have web hosting service you can probably deploy with [Rsync](http://en.wikipedia.org/wiki/Rsync) which is brilliantly fast, syncing new and changed files through SSH.
If your host doesn't offer SSH access, and you're looking for one that does, check out [Dreamhost](http://www.dreamhost.com/r.cgi?109007) (I've been a happy customer since 2005).
2011-07-19 22:28:48 -04:00
2011-09-19 13:19:20 -04:00
[Deploying with Rsync »](/docs/deploying/rsync)