Skip to content

Instantly share code, notes, and snippets.

@csarven
Last active November 29, 2015 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csarven/31de1841778e6ce99ce3 to your computer and use it in GitHub Desktop.
Save csarven/31de1841778e6ce99ce3 to your computer and use it in GitHub Desktop.
#!/bin/bash
git clone https://github.com/nicola/simplerdf.git
cd simplerdf
sudo npm install rdf-store-ldp -g
sudo npm install rdf-ext -g
sudo npm install browserify -g
browserify index.js > simplerdf.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment