Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macagua/hostout.debian
Plugin for collective.hostout that bootstraps an debian host ready for hostout deployment
https://github.com/macagua/hostout.debian
buildout buildout-recipe deployment hostout plone plone-cms-site python shell sysadmin sysadmin-tool
Last synced: 3 days ago
JSON representation
Plugin for collective.hostout that bootstraps an debian host ready for hostout deployment
- Host: GitHub
- URL: https://github.com/macagua/hostout.debian
- Owner: macagua
- Created: 2010-11-24T14:55:06.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-30T16:10:33.000Z (almost 14 years ago)
- Last Synced: 2023-03-11T01:11:42.294Z (over 1 year ago)
- Topics: buildout, buildout-recipe, deployment, hostout, plone, plone-cms-site, python, shell, sysadmin, sysadmin-tool
- Language: Shell
- Homepage:
- Size: 109 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
Awesome Lists containing this project
README
hostout.debian
**************A plugin for collective.hostout_ for debian host.
- Code repository: http://github.com/macagua/hostout.debian
- Questions and comments to http://github.com/macagua/hostout.debian/issues
- Report bugs at http://github.com/macagua/hostout.debian/issues.. contents::
What does it do?
****************If you are new to remote application management on debian_ host, hostout.debian can help you to
deploy your first site in minutes. hostout.debian is compatible with Plone on Debian Lenny and
Debian Squeeze or any other buildout based environment.
hostout.debian is a Plugin for collective.hostout_ that is a zc.buildout recipe_
Hostout generates a script which logs into your remote host(s) and performs preset and customizable commands. e.g.$ bin/hostout productionserver deploy
$ bin/hostout server1 server2 supervisorctl restart instance1
$ bin/hostout all cmd ls -al
$ bin/hostout staging mylocalfabriccommand
How does it do that?
********************Commands can easily be added from a local fabric_ script, hostout command plugins or just the
builtin commands to help you bootstrap and deploy your buildout to remote hosts.Why is hostout awesome?
***********************
Managing multiple environments can be a real pain and a barrier to development.
Hostout puts all of the settings for all of your environments in an easy-to-manage format... _collective.hostout: http://pypi.python.org/pypi/collective.hostout
.. _debian: http://www.debian.org/
.. _recipe: http://pypi.python.org/pypi/zc.buildout#recipes
.. _fabric: http://fabfile.org