Skip to content

Releases: paulbrodner/devOn

v2.0.0

20 Jan 16:52
Compare
Choose a tag to compare
  • ability to configure remote/local unix machines (virtual boxes, AWS servers, etc.) using simple Ruby DSL via SSH protocol
  • ability to run one script with any configuration (script parameters) over remote machine in interactive mode
  • ability to run multiple scripts unattended
  • compatible with ERB templating
  • ability to run scripts on your terminal (via Rake tasks) or from your web browser
  • ability to keep track of all scripts executed in browser and the output result
  • agent-less: no agents required to be installed on remote machines, only ssh connection enabled
  • ability to upload/download files using SFTP protocol
  • ability to generate new project structure will all boilerplates in place

v1.0.2

05 Jan 11:58
Compare
Choose a tag to compare

Fix #7

v1.0.1

14 May 13:55
Compare
Choose a tag to compare
  • fixed minor issues
  • update travis & readme files
  • added logo
  • fixed Gemfile dependencies

basics

14 Apr 19:55
Compare
Choose a tag to compare

Basics devOn tasks:

  • setup configs
  • setup connections
  • setup scripts
  • ssh/scp connection (username/pass or private key)
  • sensitive information in env.yml
  • DSL for simple usage
  • rake tasks
  • provisioning