herestomwiththeweather / roll_my_blog
- Source
- Commits
- Network (2)
- Downloads (1)
- Wiki (1)
- Graphs
-
Tag:
april-30
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Capfile | ||
| |
README | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
lib/ | ||
| |
log/ | ||
| |
public/ | ||
| |
script/ | ||
| |
test/ | ||
| |
vendor/ |
README
ABOUT PROJECT ======================= This is a lightweight blogging platform built on Ruby on Rails. This application is really really lightweight and it does not do a lot of things. FEATURES ========================= - only one user is supported - only way to login is to have an openid account - only Redcloth is supported - no support for trackback - comment spam is handled by not storing the email address of the comment author. GETTING STARTED ====================== sudo gem install ruby-openid sudo gem install capistrano sudo gem install capistrano-ext mv config/database.yml.sqlite3 config/database.yml rake db:create rake db:migrate rake db:generate_fake_data ruby script/server Go to http://localhost:3000 and it should be working LOGIN WITH OPEN ID URL ====================== In order to login you must have an open id URL. To set your openid url use the following command. rake db:reset_openid_url url=john.myopenid.com save your image in public folder with my_photo.jpg name CUSTOMIZATION =================== Go to http://localhost:3000/admin_model click on Preference click on id click on edit make the changes click on save caching =================== If you want to testing how the caching of the application behaves then start server in the following manner. ruby script/server -e cached FEEDBACK ====================== Please submit your feedback at http://github.com/neerajdotname

