Skip to content
Kemal Ahmed edited this page Sep 2, 2016 · 15 revisions

##Setup for dummies

  1. Clone the git repo or download/extract the .zip
  2. Install Meteor
  3. Change the admin password in private/config.json.template
  4. Facebook login:
    1. Create an appId and secret on Facebook
    2. Add them to private/config.json.template
    3. Set enable to true
  5. Github login:
    1. Create a clientId and secret on Github
    2. Add them to private/config.json.template
    3. Set enable to true
  6. Google+ login:
    1. Create clientId and secret on Google
    2. Add them to private/config.json.template
    3. Set enable to true
  7. Run ./create_config to initialize the configuration file (and every time you change it)
  8. Run meteor in command line to build and run the project
  9. Cordova for mobile

###Tips

  • If you messed up, run meteor reset
  • Easily put SSL encryption on your page to protect your users' privacy by moving your DNS to CloudFlare
Clone this wiki locally