A https://pnut.io client.
Go here and sign in: http://noodle.s3rv.com
Ignore everything below.
SIGN UP TO https://pnut.io
[A DEVELOPER ACCOUNT is required]
go to https://pnut.io/dev
enter the application name: noodleapp-dev
enter the website: http://site.example.com
enter the callback url: http://site.example.com/auth/pnut/callback
click "Create", you will need the client id and client secret below
Add the following: 127.0.0.1 site.example.com
It is recommendable to use a web server like nginx as a proxy in front of noodle, across HTTPS
git clone git://github.com/33mhz/noodleapp.git
If you have brew you can just install with
brew install redis
Install node through the website http://nodejs.org/#download
cd noodleapp
cp local.json-dist local.json
change the domain in local.json to: http://site.example.com
copy and paste your pnut.io client id and secret to local.json under 'pnut_consumer_key' and 'pnut_consumer_secret'
adjust redis databases accordingly on local.json ( if using non-default port for redis, adjust in node_modules/redis/index.js )
npm install
node app.js
go to http://site.example.com
make test