Skip to content

ausybenelux/lissa_deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LISSA Deploy

LISSA deploy uses Capistrano 3 to deploy LISSA Kickstart

You can use it to deploy servers or a Vagrant box provisioned with LISSA infrastructure.

Requirements

  • Ruby 1.9.3 or newer
  • Bundler 1.6 or newer

Installation

After cloning the repository execute:

bundle install --path=vendor

Usage

You can add servers to deploy to by copying the config/deploy/local.rb file and adding credentials for your own servers. LISSA deploy already comes with a local server configuration that can be used to deploy LISSA Kickstart to the Vagrant box set up with LISSA infrastructure.

After setting up your servers execute a deploy with the following command:

bundle exec cap server-name deploy

This will deploy LISSA Kickstart to the server configured in the config/deploy/server-name.rb file.

To deploy the Vagrant box use:

bundle exec cap local deploy

About

Capistrano based deploy scripts for provisioning servers with the LISSA Kickstart distribution.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages