s3manager-web/README.md

31 lines
936 B
Markdown
Raw Normal View History

2016-12-18 22:54:21 +01:00
# S3 Manager
2018-03-14 21:53:35 +01:00
[![Go Report Card](https://goreportcard.com/badge/github.com/mastertinner/s3manager?style=flat-square)](https://goreportcard.com/report/github.com/mastertinner/s3manager)
[![Build Status](https://travis-ci.org/mastertinner/s3manager.svg?branch=master&style=flat-square)](https://travis-ci.org/mastertinner/s3manager)
[![Release](https://img.shields.io/github/release/mastertinner/s3manager.svg?style=flat-square)](https://github.com/mastertinner/s3manager/releases/latest)
2017-04-07 09:16:59 +02:00
2017-04-06 17:58:26 +02:00
A Web GUI written in Go to manage S3 buckets from any provider.
2016-12-18 22:54:21 +01:00
2018-03-14 21:53:35 +01:00
## Install Dependencies
2017-02-22 11:18:20 +01:00
2018-03-14 21:53:35 +01:00
1. Install [Dep](https://github.com/golang/dep)
1. Run `dep ensure`
2017-03-30 22:56:25 +02:00
2018-03-14 21:53:35 +01:00
## Build and Run Locally
2017-04-27 12:29:13 +02:00
2018-03-14 21:53:35 +01:00
1. Run `make`
1. Execute the created binary and visit <http://localhost:8080>
2017-04-27 12:29:13 +02:00
2018-03-14 21:53:35 +01:00
## Run Tests
2018-03-14 21:53:35 +01:00
1. Run `make test`
2018-03-14 21:53:35 +01:00
## Build Docker Image
2018-03-14 21:53:35 +01:00
1. Run `make build-docker`
2017-04-27 12:29:13 +02:00
## Run on Cloud Foundry
2017-03-30 22:56:25 +02:00
2018-03-14 21:53:35 +01:00
1. Modify `deployments/cf/*` to your liking
1. Run `make deploy-cf`