Skip to content

Instantly share code, notes, and snippets.

@garbados
Last active January 4, 2016 18:29
Show Gist options
  • Select an option

  • Save garbados/8660588 to your computer and use it in GitHub Desktop.

Select an option

Save garbados/8660588 to your computer and use it in GitHub Desktop.
Upload your local ~/Pictures folder to a locally-running CouchDB instance, and give it a front-end with EggChair.
couchdb &
git clone git@github.com:garbados/quilter.git
cd quilter
npm install
./bin/index.js push --local ~/Pictures --remote http://localhost:5984/eggchair --log info
cd ..
git clone git@github.com:garbados/egg_chair.git
cd egg_chair
npm install
mv config.js.example config.js
grunt
@garbados
Copy link
Copy Markdown
Author

If you're feeling like a badass, do this to run it:

curl https://gist.githubusercontent.com/garbados/8660588/raw/aa1d2a5f22217c8bfdedc9e096e54311b1dedb9a/gistfile1.txt > install.sh && . install.sh

@garbados
Copy link
Copy Markdown
Author

Once you're done, check out your EggChair (Pinterest clone) at http://localhost:5984/eggchair/_design/eggchair/_rewrite

@garbados
Copy link
Copy Markdown
Author

Built using Quilter, EggChair, and of course, CouchDB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment