module Kikubari

Holds the deployment configuration for each deploy

Author

Jose A Pio (josetonyp@gmail.com)

Copyright

Copyright © 2011

License

Distributes under the same terms as Ruby

Describe the deployment process for each deployer

Basically a deployment consist on gathering the code from a Repository writed in a Framework (In some language) and copying on deployment folder.

On deployment config (deploy.yml) can be setted the actions to be done one the code gathering is successfull. Then tipically the system would make come backups task, link some folder and files.

Author

Jose A Pio (josetonyp@gmail.com)

Copyright

Copyright © 2011

License

Distributes under the same terms as Ruby

Deploy strategy for Git deployments

Repository

Git

Author

Jose A Pio (josetonyp@gmail.com)

Copyright

Copyright © 2011

License

Distributes under the same terms as Ruby

Bridge Class to link a deployer with it's deploy strategies.

Framewokr

Wordpress X

Repository

Git

Could be simply extend Dir class with extra functions but this class meant to be a Deploy System Directory class handler

Author

Jose A Pio (josetonyp@gmail.com)

Copyright

Copyright © 2011

License

Distributes under the same terms as Ruby