bamboo-launcher-2009.5.22: readme.md
# Bamboo launcher: run bamboo blog engine in 3 steps
## Install
### 1. tokyo-cabinet (used for caching)
#### Mac
port install tokyocabinet
#### Arch
yaourt -S tokyocabinet
#### other distro
Just find this tokyo-cabinet package and install it :)
### 2. Bamboo Launcher
#### update cabal
cabal update
#### install bamboo
cabal install happy
cabal install bamboo-launcher
### 3. Run
mkdir myblog
cd myblog
bamboo
## Change port
bamboo 4567