From c6607d08d8392eaa2b9a6a90c81c25ece46fe429 Mon Sep 17 00:00:00 2001 From: jipiboily Date: Mon, 7 May 2012 20:29:08 -0400 Subject: [PATCH] added a step to the README with admin section's URL --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bfd9470d..ea9143fc 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ Monologue is a basic mountable blogging engine in Rails built to be easily mount 6. Configure Monologue. This is all done in an initializer file, say `config/initializers/monologue.rb`. More on this in the [Wiki - Configuration](https://github.com/jipiboily/monologue/wiki/Configuration). +7. Start your server and head on [http://localhost:3000/monologue](http://localhost:3000/monologue) to log in the admin section. + ## Enable caching --- Just turn perform_caching to true in your environment config file (`config/environment/{environment}.rb):