Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

Configuration

igor-alexandrov edited this page Sep 13, 2010 · 9 revisions

RBlog can be easily configured with it’s config file. It is called config.yml and located in APP_ROOT/config. When you install your RBlog, it won’t have config.yml file, but instead of it it will have a config_sample.yml file. You can just rename or copy it and all will be alright. If you work in Unix-like environment do something like this:


igor@linux: cd APP_ROOT/config
igor@linux: cp config_sample.yml config.yml

File format

As you can see, configuration file has a YAML format. It is very easy to read and understand.

Clone this wiki locally