Install
Up and running in a minute
Capsium is distributed as a Ruby gem. Install it, verify it, and you are ready to pack and serve your first capsule.
Standalone installation
Install the Capsium gem directly from RubyGems:
$ gem install capsiumUsing Bundler
Add Capsium to your project's Gemfile:
$ bundle add capsiumVerify the installation
Check that the CLI is on your PATH and see the installed version:
$ capsium --versionYou should see the installed version of Capsium printed to the terminal.
Beyond the CLI
Other ways to run Capsium
nginx / OpenResty reactor
Serve Capsium packages at production scale with the Lua reactor for nginx and OpenResty — Docker images included.
capsiums/capsium-luaBrowser extension
Open and browse .cap packages directly in Chrome or Firefox — no server required at all.
capsiums/capsium-webextension