Skip to content

ilstar/address_book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Address Book

Requirements
  • ruby 1.9.2
  • MySQL 5.5.10
Installation
git clone [email protected]:ilstar/address_book.git
cd address_book
cp config/database.yml.example config/database.yml
bundle install
rake db:create RAILS_ENV=production
rake db:migrate  RAILS_ENV=production
rake assets:precompile
rails s -e production

then you can access http://localhost:3000 for demo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published