eucalypt
>= 0.9.0
>= 0.9.0
  • eucalypt
  • Installation
  • CLI
    • Core
      • Init
      • Launch
      • Console
      • Test
      • Version
      • Rake
      • Help (-H)
    • Generate
      • Controller
      • Helper
      • Model
      • Scaffold
    • Destroy
      • Controller
      • Helper
      • Model
      • Scaffold
    • Blog
      • Setup
      • Article
        • List
        • Generate
        • Destroy
        • Edit
          • Urltitle
          • Datetime
    • Migration
      • Blank
      • Types
      • Create
        • Table
      • Add
        • Index
        • Column
      • Drop
        • Table
        • Index
        • Column
      • Rename
        • Table
        • Index
        • Column
      • Change
        • Column
  • Features
    • Controllers
    • Helpers
    • Views
      • Layouts
      • Partials
    • Static data
    • Core application file
    • Configuration
      • Logging
      • Asset pipeline
        • Manifest asset files
      • Initializers
      • Database
    • Manifest accessor
    • Application path helpers
    • Blog environment
      • Articles
    • Rendering static files
    • Maintenance mode
Powered by GitBook
On this page
  • Command
  • Options/flags
  • Examples
  1. CLI
  2. Blog

Setup

Sets up the blog environment.

Command

$ eucalypt blog setup
# Alias/shortened
$ eucalypt b setup
$ eucalypt b s

Options/flags

  • --route alias -r (Default: "blog")

    The route at which the blog controller serves the blog.

    E.g. posts would route the blog to /posts.

Examples

  • $ eucalypt blog setup

    Sets up the blog environment at the default route /blog.

  • $ eucalypt blog setup -r posts

    Sets up the blog environment at the route /posts.

PreviousBlogNextArticle

Last updated 6 years ago