sixarm_ruby_vlad_deployer

SixArm.com » Ruby » Vlad Deployer config and help notes

https://github.com/sixarm/sixarm_ruby_vlad_deployer

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.2%) to scientific vocabulary

Keywords

deploy gem ruby vlad
Last synced: 4 months ago · JSON representation ·

Repository

SixArm.com » Ruby » Vlad Deployer config and help notes

Basic Info
  • Host: GitHub
  • Owner: SixArm
  • License: other
  • Language: Ruby
  • Default Branch: main
  • Homepage: http://sixarm.com
  • Size: 21.5 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
deploy gem ruby vlad
Created almost 14 years ago · Last pushed 9 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation Codeowners

README.md

SixArm.com → Ruby → Vlad Deployer config and notes

Introduction

Vlad is an excellent deployment tool for Ruby On Rails projects.

Read about deployment with Vlad:

http://dennisreimann.de/blog/deployment-with-vlad/

http://rubyhitsquad.com/Vlad_the_Deployer.html

What we like about Vlad:

  • Pragmatic application deployment automation.
  • Like Capistrano yet with 1/10th the complexity.
  • Uses the right tool for the job: ssh, rsync, rake.
  • Exec remote commands on one or more servers.
  • Syncs files to one or more servers.
  • Can combine local and remote tasks.
  • Test driven design. Runs incredibly fast.

This repository has our annotated Vlad deploy file. It is open source and you can customize it however you like.

For docs go to http://sixarm.com/sixarm_ruby_/doc

Want to help? We're happy to get pull requests.

Vlad gems

We use these gems:

gem install vlad gem install vlad-git gem install vlad-extras

Vlad tasks

Vlad most important tasks:

rake vlad:setup               # Setup your servers. Required first time. Safe to re-run.
rake vlad:update              # Updates your application server to the latest revision.
rake vlad:start               # Start (or restart) the web and app servers

Vlad additional tasks:

rake vlad:debug              # Show the vlad setup.
rake vlad:invoke             # Invoke a single command on every remote server.
rake vlad:migrate            # Run the migrate rake task for the the app.
rake vlad:rollback           # Rolls back to a previous version and restarts.
rake vlad:setup_app          # Prepares application servers for deployment.
rake vlad:start_app          # Restart Passenger

Vlad tasks defined by the vlad-extras gem:

rake vlad:assets:clean       # Clean assets
rake vlad:assets:precompile  # Precompile assets
rake vlad:bundle:install     # Install the current Bundler environment.
rake vlad:cleanup            # Clean up old releases.
rake vlad:copy:files         # Copy files to remote
rake vlad:copy:shared        # Copy files into remote shared directory
rake vlad:db:clone           # Clone the remote database into the local database
rake vlad:db:create          # Create monit
rake vlad:db:drop            # Drop the database
rake vlad:db:rollback        # Rollback the database
rake vlad:db:seed            # Seed the database
rake vlad:db:setup           # Setup the database
rake vlad:debug              # Show the vlad setup.
rake vlad:deploy             # Full deployment cycle: update, symlink, bundle:install, migrate, start_app, cleanup
rake vlad:invoke             # Invoke a single command on every remote server.
rake vlad:migrate            # Run the migrate rake task for the the app.
rake vlad:rollback           # Rolls back to a previous version and restarts.
rake vlad:setup              # Setup your servers. Required first time. Safe to re-run.
rake vlad:start_web          # Start (or restart) the web servers
rake vlad:stop               # Stop the web and app servers
rake vlad:stop_web           # Stop the web servers
rake vlad:symlink            # Symlink files (typically from /shared to /current)

Owner

  • Name: SixArm
  • Login: SixArm
  • Kind: organization
  • Email: sixarm@sixarm.com
  • Location: San Francisco

SixArm Software

Citation (CITATION.cff)

cff-version: 1.2.0
title: SixArm.com → Ruby → Vlad Deployer config and notes
message: >-
  If you use this work and you want to cite it,
  then you can use the metadata from this file.
type: software
authors:
  - given-names: Joel Parker
    family-names: Henderson
    email: joel@joelparkerhenderson.com
    affiliation: joelparkerhenderson.com
    orcid: 'https://orcid.org/0009-0000-4681-282X'
identifiers:
  - type: url
    value: 'https://github.com/SixArm/sixarm_ruby_vlad_deployer/'
    description: SixArm.com → Ruby → Vlad Deployer config and notes
repository-code: 'https://github.com/SixArm/sixarm_ruby_vlad_deployer/'
abstract: >-
  SixArm.com → Ruby → Vlad Deployer config and notes
license: See license file

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 41
  • Total Committers: 1
  • Avg Commits per committer: 41.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Joel Parker Henderson j****l@j****m 41
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Gemfile rubygems
  • minitest >= 5.6.1, < 6 development
  • rake >= 10.4.2, < 11 development
  • simplecov >= 0.10.0, < 1 development
  • vlad >= 0 development
  • vlad-extras >= 0 development
  • vlad-git >= 0 development
.github/workflows/ruby.yml actions
  • actions/checkout v3 composite
  • ruby/setup-ruby v1 composite