Tuesday 20 May 2014

Implementation in Parse - Creating a new Parse project


  1. Create a new app in Parse dashboard
  2. Set its domain name in app setting
  3. Check out the cloud files
    1. install the client if it has not been installed yet
      for Mac/Linux:
      curl -s https://www.parse.com/downloads/cloud_code/installer.sh | sudo /bin/bash
    2. check out the files
      parse new FolderName
      Enter email and password, and choose the target project
  4. Add node.js - express code
    parse generate express
  5. Add any initial code and/or files
  6. Upload
    parse deploy
Now the project can be changed locally and uploaded by the same command.


No comments:

Post a Comment