Skip to content
This repository was archived by the owner on May 4, 2021. It is now read-only.

docker-archive/tutum-api-docs

Repository files navigation

tutum/api-docs

Deploy to Tutum

Tutum API documentation available at https://docs.tutum.co/v2/api

If you find a typo or mismatch between the API and this documentation, please send us a pull request!

Usage

To run it locally:

git clone https://github.com/tutumcloud/api-docs.git
git submodule init && git submodule update 
docker build -t tutum/api-docs .
docker run -p 4567:4567 tutum/api-docs

The documentation will be available in http://localhost:4567/

Publishing

(Only authorized users)

To publish, run the following:

docker run -i -t -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY tutum/api-docs publish.sh

With appropiate credentials in $AWS_ACCESS_KEY_ID and $AWS_SECRET_ACCESS_KEY.

About

Documentation about Tutum's API

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 9