Sha256: c73f02d26be267d61706570e044a95641f6ff59098b4ed54b264458a7ce37b3f

Contents?: true

Size: 794 Bytes

Versions: 7

Compression:

Stored size: 794 Bytes

Contents

THINGS YOU SHOULD DO
====================

 1. freeze your project
 2. version control your project


Freezing
========

Freezing your dependencies allows you to drop your cucumber-nagios project to
any machine and have it run. Its only requirement is Ruby and Rake.

To freeze your project, run:

 $ rake deps


Redeploying
===========

Just run the freezer again: 

 $ rake deps


Version control
===============

I highly recommend storing your cucumber-nagios features in a version control
system. 

To get up and running with git: 

 $ git init
 $ git add .
 $ git commit -m 'created cucumber-nagios project'

To get up and running with bzr:

 $ bzr init
 $ bzr add
 $ bzr commit -m 'created cucumber-nagios project'

.bzrignore and .gitignores are created when you generate your project.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
auxesis-cucumber-nagios-0.2.1 lib/generators/project/README
auxesis-cucumber-nagios-0.2.2 lib/generators/project/README
auxesis-cucumber-nagios-0.2.5 lib/generators/project/README
auxesis-cucumber-nagios-0.2.6 lib/generators/project/README
auxesis-cucumber-nagios-0.2.8 lib/generators/project/README
auxesis-cucumber-nagios-0.2 lib/generators/project/README
auxesis-cucumber-nagios-0.3.1 lib/generators/project/README