publify的安装过程(setup publify as your blog system)
访问量: 3682
真的是非常简单,不过比官方多了两步。(it's really simple however you need to run the database related tasks manually yourself.
1. $ git clone https://github.com/fdv/publify.git
2. $ cp config/database.yml.mysql config/database.yml
3. $ bundle install
4. $ bundle exec rake db:create
5. $ bundle exec rake db:migrate
6. $ bundle exec rake db:seed