Skip to content

Commit

Permalink
Merge pull request minio#462 from harshavardhana/pr_out_remove_docs_m…
Browse files Browse the repository at this point in the history
…inimal_docs_going_to_be_at_minio_io_instead_and_rest_amazon_docs
  • Loading branch information
Harshavardhana committed Apr 11, 2015
2 parents 74506bb + c63bdf7 commit 0128481
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 332 deletions.
8 changes: 3 additions & 5 deletions BUILDDEPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
### Build Dependencies
This installation document assumes Ubuntu 14.04 or later on x86-64 platform.

##### Install Git, GCC and MkDocs
##### Install Git, GCC
```sh
$ sudo apt-get install git build-essential python-pip
$ sudo pip install mkdocs
$ sudo apt-get install git build-essential
```

##### Install YASM
Expand Down Expand Up @@ -53,10 +52,9 @@ This installation document assumes Mac OSX Yosemite 10.10 or later on x86-64 pla
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```

##### Install Git, Python and MkDocs
##### Install Git, Python
```sh
$ brew install git python
$ pip install mkdocs
```

##### Install YASM
Expand Down
11 changes: 4 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,29 @@ MAINTAINER Minio Community
ENV GOLANG_TARBALL go1.4.2.linux-amd64.tar.gz

ENV GOROOT /usr/local/go/
ENV GOPATH /go-workspace
ENV GOPATH /go-workspace
ENV PATH ${GOROOT}/bin:${GOPATH}/bin/:$PATH

RUN apt-get update -y && apt-get install -y -q \
curl \
git \
build-essential \
ca-certificates \
yasm \
python-pip
yasm

RUN curl -O -s https://storage.googleapis.com/golang/${GOLANG_TARBALL} && \
tar -xzf ${GOLANG_TARBALL} -C ${GOROOT%*go*} && \
rm ${GOLANG_TARBALL} && \
pip install mkdocs
rm ${GOLANG_TARBALL}

ADD . ${GOPATH}/src/github.com/minio-io/minio

RUN cd ${GOPATH}/src/github.com/minio-io/minio && \
make

RUN apt-get remove -y build-essential curl git python-pip && \
RUN apt-get remove -y build-essential curl git && \
apt-get -y autoremove && \
rm -rf /var/lib/apt/lists/*

EXPOSE 9000 9001

CMD ["sh", "-c", "${GOPATH}/bin/minio"]

3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ restore:
env:
@godep go env

docs-deploy:
@mkdocs gh-deploy --clean

clean:
@echo "Cleaning up all the generated files:"
@rm -fv cover.out
Expand Down
3 changes: 1 addition & 2 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Minimalist Object Storage
Copyright 2014 Minio, Inc.
Minimalist Object Storage, (C) 2014,2015 Minio, Inc.

This product includes software developed at Minio, Inc.
(http://minio.io/).
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ Minio's design is inspired by Amazon's S3 for its API and Facebook's Haystack fo
* Community hangout on Gitter [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Minio-io/minio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
* Ask questions on Quora [![Quora](http://upload.wikimedia.org/wikipedia/commons/thumb/5/57/Quora_logo.svg/55px-Quora_logo.svg.png)](http://www.quora.com/Minio)

### Documentation
* [Minio Reference](http://minio-io.github.io/minio/)

### Developers
* [Get Source](./CONTRIBUTING.md)
* [Build Dependencies](./BUILDDEPS.md)
Expand Down
1 change: 0 additions & 1 deletion TODO.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/architecture.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/contributing.md

This file was deleted.

63 changes: 0 additions & 63 deletions docs/errors.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/index.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/introduction.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/manage.md

This file was deleted.

214 changes: 0 additions & 214 deletions docs/minio.md

This file was deleted.

Loading

0 comments on commit 0128481

Please sign in to comment.