schickling/git-s3
Composer 安装命令:
composer require schickling/git-s3
包简介
Easy way to deploy your git repo to an AWS S3 bucket
README 文档
README
The problem
- You have an AWS S3 bucket and want a git repository for all your data in it
- You don't want to upload or delete all changed files manually
With git-s3
- Automated deployment process
- versioning and revision control for S3
- Super easy installation and usage
- Uploads or deletes just the files, which have changed
Installation

A global installation of Composer is needed. git-s3 is installed globally.
$ composer global require schickling/git-s3:dev-master
Usage
After the installation run git-s3 config to initialize the app. All needed files (config, history) will be created in the current directory. That's it. A full example can be found here.
Configure / Initialize
Edit the config.yml file manually or run
$ git-s3 config
Deploy
$ git-s3 deploy
Coming soon
- Command to see deploy history
- Brew support
- subfolder as repo
- higher test coverage
- upload progress bar
- use git-s3 as non-global package
- Ruby rewrite
- ...
Support & Contribution
If you have an issue or an idea how to improve this project please open an Issue/Pull Request here
统计信息
- 总下载量: 958
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 234
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2013-06-05