Setup
Sets up the blog environment.
Command
$ eucalypt blog setup
# Alias/shortened
$ eucalypt b setup
$ eucalypt b sOptions/flags
--routealias-r(Default: "blog")The route at which the blog controller serves the blog.
E.g.
postswould route the blog to/posts.
Examples
$ eucalypt blog setupSets up the blog environment at the default route
/blog.$ eucalypt blog setup -r postsSets up the blog environment at the route
/posts.
Last updated