Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 648 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 648 Bytes

Padrino Sample Blog Updated

This is the sample blog that is created by following this Padrino tutorial:

http://padrinorb.com/guides/getting-started/blog-tutorial/

Feel free to download this application or simply browse the source as a great way to get familiar with Padrino!

The theme comes from the blog template under https://dansup.github.io/bulma-templates/.

Installation

$ bundle
$ bundle exec rake sq:create
$ bundle exec rake sq:migrate
$ bundle exec rake sq:seed

Start the app with bundle exec padrino s.

Go to http://127.0.0.1:3000/posts to see posts and go to http://127.0.0.1:3000/admin to create new posts.