Skip to content

Instantly share code, notes, and snippets.

@ujibang
Last active June 20, 2022 16:53
Show Gist options
  • Save ujibang/e2a083dd5caaded5568673cc7bbf4803 to your computer and use it in GitHub Desktop.
Save ujibang/e2a083dd5caaded5568673cc7bbf4803 to your computer and use it in GitHub Desktop.
One-liner to clone the RESTHeart Plugin project skeleton, download, install RESTHeart, build and deploy the plugin, and invoke it!
git clone --depth 1 git@github.com:SoftInstigate/restheart-plugin-skeleton.git && \
cd restheart-plugin-skeleton && \
./bin/rh.sh -p microd && \
sleep 5 && \
curl localhost:8080/srv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment