Skip to content

Instantly share code, notes, and snippets.

@ds0nt
Created April 10, 2015 08:10
Show Gist options
  • Save ds0nt/4104a1f93ce040ffdd3e to your computer and use it in GitHub Desktop.
Save ds0nt/4104a1f93ce040ffdd3e to your computer and use it in GitHub Desktop.
install reaction commerce
#!/bin/bash
curl https://install.meteor.com | /bin/sh && \
git clone https://github.com/reactioncommerce/reaction.git && \
cd reaction && git checkout master && \
meteor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment