Sign inSign up

checkoutcrypto/docs

By checkoutcrypto

Updated over 10 years ago

CheckoutCrypto Documentation

Image
1

401

checkoutcrypto/docs repository overview

#CheckoutCrypto API Documentation

CheckoutCrypto's slate API documentation can be run via the docker with:

docker run -d -it -p 4567:4567 --name slate checkoutcrypto/docs

CheckoutCrypto's slate API documentation can be built with:

wget https://raw.githubusercontent.com/CheckoutCrypto/site/master/modules/CheckoutCrypto/docs/Dockerfile
docker build -t slate .
docker run -d -it -p 4567:4567 --name slate slate

If you wish to edit/debug CheckoutCrypto's slate docs, simply run with a mounted volume

docker run -d -it -p 4567:4567 -v /home/myhostuser/slate/:/slate/--name slate slate

see slate's documentation for git installation, license, contributing.

Tag summary

Content type

Image

Digest

sha256:9a2f6a86e

Size

179.8 MB

Last updated

over 10 years ago

docker pull checkoutcrypto/docs