Module: Utopia::Command::Setup::Site

Defined in:
lib/utopia/command/setup.rb

Overview

Helpers for setting up a local site.

Constant Summary collapse

CONFIGURATION_FILES =

Configuration files which should be installed/updated:

['.bowerrc', '.gitignore', 'config.ru', 'config/environment.rb', 'Gemfile', 'Guardfile', 'Rakefile', 'tasks/bower.rake', 'tasks/deploy.rake', 'tasks/development.rake', 'tasks/environment.rake', 'tasks/log.rake']
DIRECTORIES =

Directories that should exist:

["config", "lib", "pages", "public", "tasks"]
OLD_PATHS =

Directories that should be removed during upgrade process:

["access_log", "cache", "tmp", 'tasks/test.rake', 'tasks/utopia.rake']
ROOT =

The root directory of the template site:

File.join(BASE, 'site')