Skip to content

A blog system using Rails 4.(Imitated from robbin_site)

Notifications You must be signed in to change notification settings

msl12/blog_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog website

Requirements

  • nginx as web server, config/nginx.conf is my nginx configuration snippet.
  • requires memcached 1.4+

Install

  • run sudo apt-get install memcached if you haven't installed memcached
  • run bundle install
  • rename config/app_config.example.yml to config/app_config.yml
  • rename config/secrets.yml.default to config/secrets.yml
  • run rake db:migrate to create database
  • run rake secret to generate session secret key and fill it in secrets.yml
  • run rake assets:precompile RAILS_ENV=production to precompile assets
  • then run rails s or puma -C config/puma.rb or something else to start the rails project

About

A blog system using Rails 4.(Imitated from robbin_site)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published