SSPS!

* **Introduction** * Download Download * Release Notes Release Notes * General Information General Information

SSPS alternatives

  • Deployer

  • Deployer is a deployment tool written in PHP, it's simple and functional. Deploy your code to all servers you want, it supports deploy via copy, or via VCS (like git), or via rsync. Run your tasks on all your servers, or use our recipes of common tasks for Symfony, Laravel, Zend Framework and Yii.

    tags: automation configuration-management deployment php-development server-management
  • WPKG

  • Main_Page. WPKG is an open source software deployment and distribution tool. The site has a large collection of silent installers.

    tags: installers lightweight software-deployment software-development web-development
  • Capistrano

  • Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH. It uses a simple DSL (borrowed in part from Rake) that allows you to define tasks, which may be applied to machines in certain roles. It also supports tunneling connections via some gateway machine to allow operations to be performed behind VPN's and firewalls.

    tags: deployment deployment-web ruby-development website-deployment
  • fredistrano

  • Fredistrano is a deployment tool for web applications. It automates the export of your sources from a subversion repository and synchronizes them with the content of a target directory. Several manual tasks are also handled directly by the application during the deployment: renaming of configuration files, modifying permissions... Fredistrano is inspired from the smart Capistrano project.

    tags: deployment deployment-web website-deployment web-delpoyment
  • Ansistrano

  • Capistrano is a remote server automation tool and it's currently in Version 3. Version 2.0 was originally thought in order to deploy RoR applications. With additional plugins, you were able to deploy non Rails applications such as PHP and Python, with different deployment strategies, stages and much more. I loved Capistrano v2. I have used it a lot. I developed a plugin for it.

    tags: automated-deployment deployment remote-deployment
  • Sprinkle

  • Sprinkle is a software provisioning tool you can use to build remote servers with. eg. to install a Rails, or Sinatra stack on a brand new slice directly after its been created.

    tags: automation build-tool deployment