Module: Contur

Defined in:
lib/contur/constants.rb,
lib/contur/utils.rb,
lib/contur/config.rb,
lib/contur/version.rb,
lib/contur/config/env.rb,
lib/contur/config/use.rb,
lib/contur/controller.rb,
lib/contur/bindable_hash.rb,
lib/contur/config/before.rb,
lib/contur/config/errors.rb,
lib/contur/config/version.rb

Overview

Contur module :D

Defined Under Namespace

Classes: BindableHash, Config, Controller, Utils

Constant Summary collapse

GEM_ROOT =
File.expand_path(File.join(File.dirname(__FILE__), '../../'))
TEMPLATE_DIR =
"#{Contur::GEM_ROOT}/templates"
DEFAULT_DOMAIN =
'cheppers.com'
DEFAULT_PHP_VERSION =
'5.6'
DEFAULT_MYSQL_VERSION =
'latest'