deftjs / DeftJS

Extensions for Large-Scale Sencha Touch and Ext JS Applications
http://deftjs.org/
MIT License
285 stars 56 forks source link

Update Sencha Cmd package.json Creator #95

Closed superstructor closed 11 years ago

superstructor commented 11 years ago

The creator property in packages/deft/package.json needs to be changed to match the local repository name of the person who will build deployable packages and sign with their encryption keys (i.e. John).

  1. sencha repo init -name "John Yanarella". Refer to sencha help repo init.
  2. backup your encryption keys. (see paths further below)
  3. change packages/deft/package.json creator property value to "creator": "John Yanarella"
  4. test building a signed package by inspecting console output of sencha build package (from the packages/deft directory)
  5. See #96

path/to/sencha-cmd/Sencha/Cmd/repo/pkgs/cert.json contains your name, email and public key. path/to/sencha-cmd/Sencha/Cmd/repo/.sencha/repo/private-key.json contains your private key.