cjlee112 / spnet

selected papers network web engine
http://thinking.bioinformatics.ucla.edu/2011/07/02/open-peer-review-by-a-selected-papers-network/
GNU General Public License v2.0
40 stars 11 forks source link

Some changes to make starting a new server somewhat easier #47

Closed nilesjohnson closed 11 years ago

nilesjohnson commented 11 years ago

I had some trouble starting my own local server for development. Notably:

So here are a couple of commits which implement changes and update documentation. Everything should be backward-compatible with an existing installation except for one change -- the "client_ID" key in the JSON data for G+ API was changed to "client_id" since this is the key Google uses.

nilesjohnson commented 11 years ago

Hopefully @cjlee112 will take a look at this soon, before the main branch gets too far ahead . . .

cjlee112 commented 11 years ago

I'll try to merge this in today.

nilesjohnson commented 11 years ago

Thanks!