#Cafe Yeondoo
The website of the best cafe, Cafe Yeondoo, in Samcheong-dong area, Seoul, Korea. It is based on Ruby On Rails and some horrible codes by Lee Han Kyeol.
##Installation
- Install gems.
- Migrate database and populate it with seeds on production.
- Configure asset pipeline on production.
- Replace default token at
config/secrets.yml
with your own token.
production: facebook_page_token: YOUR_FACEBOOK_TOKEN
- Restart Unicorn and nginx.
- Boom!