页面标题:Blogine - 基于Ruby on Rails的开源博客
项目是基于Rails
的一款开源的个人单博客系统。
在线演示 https://zoker.io/
项目基于 Ruby 2.3.1
及以上
blogine.yml
中的enable_search: false
设置为false
true
rails generate sunspot_rails:install
bundle exec rake sunspot:solr:start
bundle exec rake sunspot:reindex
生产环境下需要更改如下配置:
cp blogine/solr/default blogine/solr/production
blogine/solr/production/core.properties
的name
为production
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)页面标题:Blogine - 基于Ruby on Rails的开源博客
评论