All Projects → huacnlee → Personlab

huacnlee / Personlab

我博客的源代码,这个代码较老,不推荐拿来学习

Programming Languages

ruby
36898 projects - #4 most used programming language

Simple person website for you, I can deploy on Heroku cloud server, base on Rails 3.0 + Ruby (1.8.7 or 1.9.2).

h2. Demo

h2. Features

  • Weblog,Single page system.
  • auto get Twitter message on Homepage.
  • auto show recent Google Reader share entry on Share page.
  • Textile with Signle page body format.
  • "Heroku":http://heroku.com support.
  • Rails 3.0 powered, support beteen Ruby 1.8.7 and 1.9.2

h2. Install on Heroku

$ git clone git://github.com/huacnlee/personlab.git $ cd personlab $ vi config/application.rb $ heroku create --stack bamboo-ree-1.8.7 youappname $ heroku config:add HEROKU=true $ git push heroku master $ heroku rake db:create $ heroku rake db:migrate $ heroku rake db:seed

h2. Install on Ubuntu

$ git clone git://github.com/huacnlee/personlab.git $ cd personlab $ cp config/database.yml.default config/database.yml $ vi config/database.yml $ cp config/twitter.yml.default config/twitter.yml $ vi config/twitter.yml $ vi config/application.rb $ bundle install $ RAILS_ENV=production rake db:create $ RAILS_ENV=production rake db:migrate $ RAILS_ENV=production rake db:seed

h2. Update new version

$ git pull origin master $ git push heroku master $ heroku db:migrate $ heroku restart

h2. Config with your self

You can change some config in application.rb bottom, etc. Feed url, Google Analytics Id ...

h2. Custom Theme

If you want custom theme, you shoud create theme files like themes/friendfeed-bret, view more theme documents in "themes_for_rails":http://github.com/lucasefe/themes_for_rails . Then theme created, you need change THEME_NAME value as you theme directory name in config/application.rb file.

h2. Admin password

When you run you run "rake db:seed" it can create a default user login: admin password: 123123

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].