Class: Nib::Setup

Inherits:
Object
  • Object
show all
Includes:
Command
Defined in:
lib/nib/setup.rb

Constant Summary collapse

SCRIPT =
"  if [ -f bin/setup.before ]; then\n    bin/setup.before\n  fi\n\n  if [ -f bin/setup ]; then\n    bin/setup\n  else\n    gem install bundler\n    bundle install --jobs 4\n  fi\n\n  if [ -f bin/setup.after ]; then\n    bin/setup.after\n  fi\n".freeze

Method Summary

Methods included from Command

#alternate_compose_file, #entrypoint, #execute, included, #initialize, #script