This page uses Slate as template. To see how to edit it, go to editing Slate markdown.
You’re going to need:
bundle
command doesn’t work, just run gem install bundler
in a terminal.git clone git@github.com:apisync/api-docs.git
cd api-docs
bundle install
bundle exec middleman server
You can now see the docs at http://localhost:4567. Whoa! That was fast!
You have to define the ENV variable APISYNC_DEPLOY_USER
. Ask an admin for
the value.
Then run (given you have access to the server)
bundle exec cap production deploy