Donating enables us to continually add new awesome features and keep the server running fast like bunnies!
An http://app.net web client.
Go here and sign in: http://app.noodletalk.org
Ignore everything below.
SIGN UP TO http://app.net WITH A DEVELOPER ACCOUNT
click "Create an App"
enter the application name: noodleapp-dev
enter the website: http://dev.noodletalk.org:3000
enter the callback url: http://dev.noodletalk.org:3000/auth/appdotnet/callback
click "Create", you will need the client id and client secret below
Ensure you have selected "Current" API for all migrations:
Add the following: 127.0.0.1 dev.noodletalk.org
git clone git://github.com/ednapiranha/noodleapp.git
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://dev.noodletalk.org
copy and paste your app.net client id and secret to local.json under 'appnet_consumer_key' and 'appnet_consumer_secret'
adjust redis databases accordingly on local.json
npm install
node app.js
make test