Total Pageviews

Monday 30 January 2017

基于Ruby on Rails的博客程序tnantoka-blog

Classic Blog CMS with Ruby on Rails.

Circle CI Coverage Status Code Climate

User

 

 

$ rails c
> User.new(email: 'test', password: 'pass', password_confirmation: 'pass').save(validate: false)

Environment Variables

# ENV
BLOG_DATABASE_USERNAME=""
BLOG_DATABASE_PASSWORD=""
BLOG_DATABASE_SOCKET="/path/to/mysql.sock"
SECRET_KEY_BASE=""
DEVISE_SECRET_KEY=""
GITHUB_KEY=""
GITHUB_SECRET=""

Deploy

# .env
DEPLOY_BRANCH=""
DEPLOY_TO=""
DEPLOY_HOST=""
DEPLOY_USER=""
$ cap production deploy

Settings

# config/settings.local.yml
site:
  title: 'Title'
copyright:
  label: '© 2014 name'
  url: 'http://example.com/'
footer_links:
  - label_ruby: "t('.feed')"
    url_ruby: 'posts_path(format: :atom)'
  - label: 'Special Thanks'
    url: '/thanks'
exception_notification:
  prefix: '[Blog] '
  sender: '"notifier" <notifier@example.com>'
  recipients: 
    - 'recipient@example.com'
tweet:
  prefix: 'New post'
  suffix: '@tnantoka' 
 
from https://github.com/tnantoka/blog
----------
 
blog for 2014, which is powered by Rails 2.1
          
          
 

No comments:

Post a Comment