Updatified is a web app that allows its users to get real-time updates on emails, appointments, and notifications all in one place.
See Updatified in action at http://updatified.com/
- Install Node and MongoDB.
- Clone Updatified:
git clone git@github.com:elektrowolf/updatified.git
- Copy
config.template.js
toconfig.js
and follow the configuration instructions in the comments. - Start MongoDB:
mongod
- Start Updatified:
sudo node server.js
- Make sure your server and MongoDB are sufficiently secured against attacks.
- Change the branding and design: all relevant files can be found inside the
public
andviews
folders. - Create a production configuration in your
config.js
and set the environment variableNODE_ENV=production
when running Node with Updatified.