whiteboards / converse

Personal social expirement
MIT License
0 stars 3 forks source link

Modifications #3

Closed keawade closed 8 years ago

keawade commented 8 years ago

Tweaked some things

keawade commented 8 years ago

Also installed body-parser and cookie-parser. body-parser has been set up with both json and urlencoded.

keawade commented 8 years ago

If you're running Ubuntu 15.04 or 15.10 you'll need to make some changes to be able to run ./mongod. I found a solution here. Ubuntu switched from Upstart to systemd and the default install for MongoDB doesn't install a systemd profile.

NathanBland commented 8 years ago

I already have mongo installed, so I won't really have to worry about it, nice solution though.