# outlineServer

An application that uses daveappserver to serve the backend of Little Outliner.

### config.json

The config.json file that's documented in the daveappserver repo is the one I used to configure test.littleoutliner.com. 

The twitterConsumerKey and twitterConsumerSecret are made up, everything else is real.

I've included a copy of that file in this repo. 

So, to get it to run, theoretically, you should be able to copy the contents of this repo to a folder on a server, edit the values of twitterConsumerKey and twitterConsumerSecret, and launch the server. It should behave just like LO2. 

